Skip to content

The CSV to JSON Converter is a tool that helps you easily convert CSV (Comma Separated Values) files into JSON (JavaScript Object Notation) format.

Notifications You must be signed in to change notification settings

Jenderal92/CSV-to-JSON-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

CSV-to-JSON-Converter

The CSV to JSON Converter is a tool that helps you easily convert CSV (Comma Separated Values) files into JSON (JavaScript Object Notation) format.

CSV to JSON Converter Jenderal92

Features

  • Automatic CSV to JSON conversion
  • Formatted JSON with proper indentation for better readability

How to Use

  1. Download and install Python from the official Python website: https://www.python.org.
  2. Create or prepare a CSV file (e.g., data.csv) containing tabular data.
  3. Example of CSV file content:

    
    Name,Age,City
    John,25,San Diego
    Alice,30,Los Angeles
    Bob,22,Los Santos
    
  4. Run the script using the command: python file.py.
  5. Follow the instructions displayed in the terminal.

About

The CSV to JSON Converter is a tool that helps you easily convert CSV (Comma Separated Values) files into JSON (JavaScript Object Notation) format.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages