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.

/csv2csv/

    Package Sidebar

    Install

    npm i csv2csv

    Weekly Downloads

    2

    Version

    0.1.5

    License

    none

    Last publish

    Collaborators

    • fanlia