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.
- Host: GitHub
- URL: https://github.com/jenderal92/csv-to-json-converter
- Owner: Jenderal92
- Created: 2024-11-29T18:11:44.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-30T19:54:29.000Z (6 months ago)
- Last Synced: 2025-03-25T14:14:22.892Z (about 2 months ago)
- Topics: csv-to-json, csvreader, csvtojson, dataconversion, jsonformatter, python, python27
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## Features
- Automatic CSV to JSON conversion
- Formatted JSON with proper indentation for better readability
## How to Use
- Download and install Python from the official Python website: https://www.python.org.
- Create or prepare a CSV file (e.g., data.csv) containing tabular data.
- Run the script using the command:
python file.py
. - Follow the instructions displayed in the terminal.
Example of CSV file content:
Name,Age,City
John,25,San Diego
Alice,30,Los Angeles
Bob,22,Los Santos