Skip to content
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.

Latest commit

 

History

History
5 lines (4 loc) · 222 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 222 Bytes

CSV to JSON

parse some csv data and return a json representation of the data

install

clone this repo and inside the root directory run python3 main.py --file=example.csv --separator='\t' --ignore=true > output.json