Skip to content

Node.js script to convert CSV files to JSON format. Easily parse and transform CSV data into structured JSON for analysis and integration. Simplify data processing tasks with this handy tool.

License

philipvella/csvToJsonConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csvToJsonConverter

License: ISC

A Node.js script to convert CSV files to JSON format. Easily parse and transform CSV data into structured JSON for analysis and integration. Simplify data processing tasks with this handy tool.

Features

  • Convert CSV files to JSON format
  • Parse and transform CSV data
  • Provides structured JSON output
  • Easy integration into other systems
  • Simplifies data processing tasks

Installation

  1. Clone the repository:

    git clone https://github.com/philipvella/csvToJsonConverter.git
  2. Install the dependencies:

    npm install

Usage

  1. Place your CSV file in the repository folder.

  2. Edit the csvFilePath variable in the csvToJsonConverter.js file with the path to your CSV file.

  3. Run the script:

    npm run start
  4. The resulting JSON file will be created in the repository folder.

License

This project is licensed under the ISC License.

About

Node.js script to convert CSV files to JSON format. Easily parse and transform CSV data into structured JSON for analysis and integration. Simplify data processing tasks with this handy tool.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published