csv2csv

0.1.5 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.5
    1
    • latest

Version History

Package Sidebar

Install

npm i csv2csv

Weekly Downloads

6

Version

0.1.5

License

none

Last publish

Collaborators

  • fanlia