Skip to content

itsagurin/csv2json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON to CSV Converter

This project is a simple converter that allows users to transform JSON data into CSV format. It uses the PapaParse 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:

    git clone <repository-url>
    cd <repository-directory>
    
  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.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors