# HG changeset patch # User Oleksandr Gavenko # Date 1411994475 -10800 # Node ID a91269720c48c37dac7b135aa1ed2159755c5682 # Parent c2e5c5c9aebe8f390b63857bc341dae57fedf851 DBF to CSV. diff -r c2e5c5c9aebe -r a91269720c48 csv.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/csv.rst Mon Sep 29 15:41:15 2014 +0300 @@ -0,0 +1,17 @@ +.. -*- coding: utf-8; -*- +.. include:: HEADER.rst + +====== + CSV. +====== +.. contents:: + +DBF to CSV. +=========== +:: + + $ sudo aptitude install libdbd-xbase-perl + $ dbf_dump --fs="=" BSPR.DBF > BSPR.csv + +Seems that ``dbf_dump`` can't quote fields, so use rare char as separator! +