csv-stream:加载并解析 CSV 文件

时间:2024-07-28 06:22:19
【文件属性】:

文件名称:csv-stream:加载并解析 CSV 文件

文件大小:3KB

文件格式:ZIP

更新时间:2024-07-28 06:22:19

JavaScript

NK-CSV-流 加载并解析 CSV 文件。 安装 用做: $ npm install nk-csv-stream --save-dev 用法 var CsvStream = require ( 'nk-csv-stream' ) ; var stream = new CsvStream ( ) ; stream . on ( 'data' , function ( row , head ) { if ( head ) return ; // Do something with the row. } ) ; stream . once ( 'end' , function ( ) { stream . dispose ( ) ; } ) ; stream . open ( 'https://url.com/to/file.csv' ) ; 应用程序接口 .open(url)


【文件预览】:
csv-stream-master
----.gitignore(27B)
----package.json(624B)
----LICENSE(1KB)
----index.js(1004B)
----README.md(498B)
----.npmignore(27B)
----.editorconfig(245B)

网友评论