0.1.5 • Published 11 years ago

csv2csv v0.1.5

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

csv2csv Build Status

a csv flatten converter.

Getting Started

Install the module with: npm install csv2csv

var csv2csv = require('..');

var path = require('path')
var csvPath = path.resolve('../test/AAA.csv');
var targetPath = path.resolve('../test/target.csv');

csv2csv()
  .delimiter('\t')
  .position([2, 3])
  .from(csvPath)
  .to(targetPath)()
  

License

Copyright (c) 2014 fanlia
Licensed under the MIT license.

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago