author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Sat, 03 Oct 2015 18:29:10 +0300 | |
changeset 1765 | 2132765de2f4 |
parent 1621 | a91269720c48 |
child 1905 | fba288d59662 |
permissions | -rw-r--r-- |
1621 | 1 |
.. -*- coding: utf-8; -*- |
2 |
.. include:: HEADER.rst |
|
3 |
||
4 |
====== |
|
5 |
CSV. |
|
6 |
====== |
|
7 |
.. contents:: |
|
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 |