complex-json2csv
Advanced tools
+1
-1
| { | ||
| "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", |
+7
-17
@@ -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).) |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
429795
-0.17%18
-35.71%