Skip to content

CSV to JSON Converter is a Node.js command-line application that allows users to convert CSV files into JSON format easily. The application leverages the csvtojson library to parse CSV data and convert it into JSON, which can then be saved to a file or used in other applications.

Notifications You must be signed in to change notification settings

luciusep1991/CSV-to-JSON-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

README for CSV to JSON Converter Project Project Name: CSV to JSON Converter

Description: CSV to JSON Converter is a Node.js command-line application that allows users to convert CSV files into JSON format easily. The application leverages the csvtojson library to parse CSV data and convert it into JSON, which can then be saved to a file or used in other applications.

Installation:

Clone this repository to your local machine. Navigate to the project directory. Run npm install to install the necessary dependencies, including csvtojson. Usage: To convert a CSV file to JSON, run:

css Copy code node index.js --input "path/to/file.csv" --output "path/to/output.json" --input: Path to the source CSV file. --output: Path where the converted JSON file will be saved. Dependencies:

csvtojson: For parsing CSV files and converting them to JSON format. Contributing: Contributions are welcome! Please fork the repository and submit a pull request with your proposed changes.

License: This project is licensed under the MIT License - see the LICENSE file for details.

About

CSV to JSON Converter is a Node.js command-line application that allows users to convert CSV files into JSON format easily. The application leverages the csvtojson library to parse CSV data and convert it into JSON, which can then be saved to a file or used in other applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published