A utility to convert CSVs to JSON
Project description
csv2json
A command-line utility that quickly and easily converts CSVs to JSON.
Usage
You can install csv2json using PyPi and use it as follows:
$ pip install csv2json.py
$ cat <mycsv> | csv2json -p
# See --help for more information.
Help
A utility to convert CSVs to JSON quickly and easily.
optional arguments:
-h, --help show this help message and exit
-i INPUT, --input INPUT
-o OUTPUT, --output OUTPUT
-c INCLUDE_COLUMNS [INCLUDE_COLUMNS ...], --include-columns INCLUDE_COLUMNS [INCLUDE_COLUMNS ...]
-x EXCLUDE_COLUMNS [EXCLUDE_COLUMNS ...], --exclude-columns EXCLUDE_COLUMNS [EXCLUDE_COLUMNS ...]
-p, --pretty
--indent INDENT
Contributing
csv2json.py welcomes contributions. Please submit PRs & issues as needed. Just don't be a dick.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
csv2json.py-0.2.tar.gz
(2.6 kB
view hashes)