Convert CSV files to JSON format effortlessly with this Node.js application. Simplify your data transformation process using Express for the backend, Multer for file uploads, and CSVtoJSON for efficient conversion.
Before you begin, ensure you have the following installed on your machine:
-
Clone the repository:
git clone https://github.com/your-username/csv-to-json-converter.git
-
Navigate to the project directory:
cd csv-to-json-converter
-
Install dependencies:
npm install
-
Run the application:
node server
-
Open your browser and go to http://localhost:5000.
-
Upload a CSV file using the provided form.
index.html
: A simple HTML file containing the file upload form.server.js
: Express server responsible for handling file uploads and performing the conversion.
- Express: A web application framework for Node.js.
- Multer: Middleware for handling
multipart/form-data
. - CSVtoJSON: A tool for converting CSV files to JSON.
Feel free to contribute by opening issues or submitting pull requests. Your input is highly valued!
This project is licensed under the MIT License - see the LICENSE file for details.