Skip to content

letcsv/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

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%