Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsagurin/csv2json
https://github.com/itsagurin/csv2json
csv json
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/itsagurin/csv2json
- Owner: itsagurin
- Created: 2024-10-17T18:15:06.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-19T17:18:48.000Z (29 days ago)
- Last Synced: 2024-10-20T04:44:51.678Z (29 days 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
cd2. 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.