Skip to content

katrov/simple-parcer-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-parcer-csv

Установка

$ git clone [email protected]:katrov/simple-parcer-csv.git
$ cd simple-parcer-csv
$ npm install

Использование

Простой файл

$ node index.js 1000 5000 file.csv

Пример

$ node index.js 4 10 input.csv

input.csv

PR1230
PR1231
PR1232
PR1233
PR1234
PR1235
PR1236
PR1237
PR1238
PR1239
PR1240
PR1241
PR1242
PR1243
PR1244
PR1245
PR1246
PR1247
PR1248
PR1249
PR1250

output.txt

{"PR1234","PR1235","PR1236","PR1237","PR1238","PR1239","PR1240"}

Файл с колонками

$ node index.js 1000 5000 file.csv Колонка1

Параметры

$ node index.js {{с какой строки}} {{по какую строку}} {{путь до файла}} {{название колонки}}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published