https://github.com/itsagurin/csv2json
https://github.com/itsagurin/csv2json
csv json
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/itsagurin/csv2json
- Owner: itsagurin
- Created: 2024-10-17T18:15:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-19T17:18:48.000Z (over 1 year ago)
- Last Synced: 2025-02-13T05:44:25.407Z (about 1 year ago)
- Topics: csv, json
- Language: JavaScript
- Homepage:
- Size: 433 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JSON to CSV Converter
This project is a simple converter that allows users to transform JSON data into CSV format. It uses the [PapaParse](https://www.papaparse.com/) library for parsing and converting data.
## Features
- Convert JSON data to CSV format.
- Download the generated CSV file to your device.
- User-friendly interface with minimal design.
## Installation
1. Download or clone the repository:
```bash
git clone
cd
2. Open the index.html file in your web browser.
### Usage
Paste your JSON data into the "Paste Your JSON Here" text area.
Click the Convert to CSV button to convert the JSON to CSV.
The result will be displayed in the "CSV Output" text area.
Click the Download CSV button to download the CSV file to your device.
## Dependencies
PapaParse — A library for parsing CSV and JSON.
## License
This project is open-source and available for free use. However, please give credit to the source and adhere to the license terms.