author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Wed, 02 Nov 2016 11:52:04 +0200 | |
changeset 2047 | f230927969f5 |
parent 1912 | 8b81a8f0f692 |
permissions | -rw-r--r-- |
1621 | 1 |
.. -*- coding: utf-8; -*- |
2 |
||
3 |
====== |
|
4 |
CSV. |
|
5 |
====== |
|
6 |
.. contents:: |
|
1905
fba288d59662
Include only local subsections into TOC. This prevent duplication of
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1621
diff
changeset
|
7 |
:local: |
1621 | 8 |
|
9 |
DBF to CSV. |
|
10 |
=========== |
|
11 |
:: |
|
12 |
||
13 |
$ sudo aptitude install libdbd-xbase-perl |
|
14 |
$ dbf_dump --fs="=" BSPR.DBF > BSPR.csv |
|
15 |
||
16 |
Seems that ``dbf_dump`` can't quote fields, so use rare char as separator! |
|
17 |