Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 940 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 940 Bytes

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.