Skip to content

bankamitesh/csv_to_json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

README

What is this repository for?

  • Convert CSV to JSON
  • Python 2.7.10

How do I get set up?

  • Install Python

  • Setup

    1. Open Terminal

    2. Go to the directory where repository is stored

    3. Type the Following Command

       python csv_json.py
      
    4. You should get the following output

       * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
       * Restarting with stat
       * Debugger is active!
       * Debugger PIN: 207-655-937
      
       Note the address server is running on, in above case it is --> http://127.0.0.1:5000/
      
  • Converting CSV to JSON

    1. Open Browser

    2. Open the address you noted above

      http://127.0.0.1:5000/

    3. Give the path of the .csv File

    4. Give the path of the empty .json file where you want you JSON to be parsed

    5. Give the name of the station

    6. Click Submit

  • JSON Parsed

    JSON data will be saved to your file

  • Mitesh Banka banka.mitesh@gmail.com +91 8482096370

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors