Skip to content

Python code to convert csv file to json file and vice versa

Notifications You must be signed in to change notification settings

PeterHackz/csv2json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

CSV2JSON TOOL

Python code to convert csv file to json file and vice versa

SETUP

Install required modules

pip install -r requirements.txt

RUN

  • csv to json:
python main.py csv2json input.csv output.json
  • json to csv:
python main.py json2csv input.json output.csv

AUTHORS

S.B#9838

LINKS

STAR 🌟

Give a star to this repo because why not :p

About

Python code to convert csv file to json file and vice versa

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages