New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

complex-json2csv

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

complex-json2csv - npm Package Compare versions

Comparing version
0.0.2
to
0.0.3
+1
-1
package.json
{
"name": "complex-json2csv",
"preferGlobal": true,
"version": "0.0.2",
"version": "0.0.3",
"author": "Dana M. Lewis",

@@ -6,0 +6,0 @@ "description": "command line json2csv converter that supports super large files and complex, unknown json schemas",

@@ -1,2 +0,2 @@

## JSON to CSV Converter
## Complex JSON to CSV Converter

@@ -10,19 +10,9 @@ A simple JSON to CSV converter that handles objects and nested documents.

* `npm install -g complex-json2csv`
* type the name of the command and provide an input file (`complex-json2csv inputfile.json`)
* This will print the output to the screen.
* To create a csv file: `complex-json2csv inputfile.json > outputfile.csv`
* type the name of the command and provide an input file
* `complex-json2csv inputfile.json` - this will print the output to the screen.
* `complex-json2csv inputfile.json > outputfile.csv` - this will print output to a csv file
* `jsonsplit inputfile.json [records]` - this will split the file into records based on the [records] size
* If you do not specify size, it defaults to splitting by 100000
Please file all bugs [in the issue tracker](https://github.com/konklone/json/issues).
Read more about the converter and why I built it: "[Making JSON as simple as a spreadsheet](http://sunlightfoundation.com/blog/2014/03/11/making-json-as-simple-as-a-spreadsheet/)".
## Public domain
This project makes uses of certain externally licensed works, including (but not limited to) Bootstrap, Highlight.js, jQuery and jquery-csv. Any such works retain their original license, even if they have been subsequently modified by me.
All **other files** in this project are [dedicated to the public domain](LICENSE). As spelled out in [CONTRIBUTING](CONTRIBUTING.md):
> The project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the [CC0 1.0 Universal public domain dedication](http://creativecommons.org/publicdomain/zero/1.0/).
> All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.
(Web tool originally from https://github.com/konklone/json; command line tool complex-csv2json and jsonsplit by [@DanaMLewis](https://github.com/danamlewis).)