dbf2dsv

0.1.0 • Public • Published

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

/dbf2dsv/

    Package Sidebar

    Install

    npm i dbf2dsv

    Weekly Downloads

    0

    Version

    0.1.0

    License

    BSD-3-Clause

    Last publish

    Collaborators

    • herrstucki