Skip to content

parse a csv extension file to array in spite of chinese

Notifications You must be signed in to change notification settings

flyingtang/csv2arr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

const csv2array = require('csv2array');

csv2array.parse('filePath').then(data=> {
    // data is a array
    // do what you want ...
})

Installation

$ npm install csv2arr

Features

  • work well in spite of chinese

About

parse a csv extension file to array in spite of chinese

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published