/CSV-to-JSON-converter

Python CSV to JSON converter in specific File Format

Primary LanguagePython

CSV to JSON converter in specific File Format

Usage Method:

This script uses Python 3.x

Command:

python csvToJSON.py inputFileName.csv outputFileName.json skippedRowsCount

Parameters:

inputFileName: mandatory

outputFileName: optional

skippedRowsCount: optional (It is basically starting rows of csv file that should be skipped, default: 5)

Usage Examples:

python csvToJSON.py input.csv
python csvToJSON.py input.csv output.json 5