jsonexport:{}→将JSON转换为CSV很容易

时间:2024-02-19 12:21:21
【文件属性】:

文件名称:jsonexport:{}→将JSON转换为CSV很容易

文件大小:98KB

文件格式:ZIP

更新时间:2024-02-19 12:21:21

nodejs javascript cli export npm

jsonexport {}→ :page_facing_up: :heavy_check_mark: 易于使用 :OK_hand: (无需过多定制即可按预期工作) :heavy_check_mark: 可扩展的 :man_dancing: (许多选项可自定义输出) :check_mark: 小 :ant: (0个依赖项) :heavy_check_mark: 可扩展的 :flexed_biceps: (使用Streams处理大文件) :heavy_check_mark: 快速 :high_voltage: 目录 用法 安装命令是npm install jsonexport 。 使用npm test运行测试。 const jsonexport = require ( 'jsonexport' ) ; jsonexport ( { lang : 'Node.js' , module : 'jsonexport' } , { rowDelimiter : '|' } , function ( err , csv ) { if ( err ) return co


【文件预览】:
jsonexport-master
----.travis.yml(66B)
----benchmark()
--------data.json(10.02MB)
--------benchmark.js(2KB)
----.bithoundrc(89B)
----bin()
--------jsonexport.js(446B)
--------builddist.js(715B)
----package.json(1KB)
----PULL_REQUEST_TEMPLATE.md(590B)
----tests()
--------object.js(4KB)
--------join-rows.js(1KB)
--------promise.js(1KB)
--------stream.js(2KB)
--------array.js(2KB)
--------options.js(5KB)
--------escape-delimiters.js(2KB)
--------zero.js(4KB)
----LICENSE(11KB)
----package-lock.json(128KB)
----dist()
--------core()
--------index.js(3KB)
--------parser()
----CONTRIBUTING.md(4KB)
----.npmignore(552B)
----.appveyor.yml(498B)
----examples()
--------simple.js(345B)
----.gitignore(542B)
----CHANGELOG.md(2KB)
----lib()
--------core()
--------index.js(2KB)
--------parser()
----CODE_OF_CONDUCT.md(3KB)
----README.md(9KB)
----.jshintrc(23B)

网友评论