GithubHelp home page GithubHelp logo

dbf2dsv's Introduction

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

Specify the encoding of the DBF file -e or --encoding (default is ISO-8859-1)

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

Author

Jeremy Stucki, Interactive Things

License

BSD, see LICENSE

dbf2dsv's People

Contributors

greut avatar jstcki avatar

Watchers

 avatar

Forkers

mhkeller greut

dbf2dsv's Issues

Critical error

I am getting following error for any file

/usr/local/lib/node_modules/dbf2dsv/bin/dbf2dsv:33
  .await(function(error) { if (error) throw error; });
                                      ^

Error: ENXIO: no such device or address, read
    at Error (native)

Add tests

Tape looks like a good contender, since vows (what I've used before) isn't really supported anymore. d3-dsv uses it too.

  • Convert of a basic DBF file
  • Convert a non-UTF-8 encoded DBF

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.