0.1.0 • Published 9 years ago

dbf2dsv v0.1.0

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
9 years ago

dbf2dsv

A command-line program to convert DBF files to DSV.

Installation

npm install dbf2dsv -g

Usage

Specify the target file with -o or --out

dbf2dsv --out=foo.tsv -- foo.dbf

or write to /dev/stdout (default).

dbf2dsv -- foo.dbf > foo.tsv

Specify a custom delimiter with -d or --delimiter (default is \t)

dbf2dsv --out=foo.tsv --delimiter=";" -- foo.dbf

Author

Jeremy Stucki, Interactive Things

License

BSD, see LICENSE

0.1.0

9 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago