An open API service indexing awesome lists of open source software.

https://github.com/jenderal92/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.
https://github.com/jenderal92/csv-to-json-converter

csv-to-json csvreader csvtojson dataconversion jsonformatter python python27

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://github.com/user-attachments/assets/d65db063-ab61-4850-8e62-e3a8495e4047)

## 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.