This web application allows users to merge multiple CSV files into a single CSV file seamlessly. It is built using HTML, JavaScript, and utilizes the PapaParse library for CSV parsing.
-
Upload CSV Files:
- Click on the "Upload" button to select and upload one or more CSV files.
- The app uses PapaParse to read the content of each uploaded file.
-
Merge and Download Files:
- Once files are uploaded, click on the "Merge" button.
- The app will merge the content of all uploaded CSV files and automatically initiate the merged file download.
The merged CSV file is named based on the date and time of the merge operation. The format is merged_CSV_files_DD_MM_YYYY_HH_mm_ss.csv
, ensuring a unique and timestamped filename.
If the merge is performed on February 23, 2024, at 14:30:45, the file name will be merged_CSV_files_23_02_2024_14_30_45.csv
.
- Clone the repository.
- Open
index.html
in your web browser. - Upload CSV files and merge them with ease!
- PapaParse - A powerful CSV parser for JavaScript.
Feel free to contribute to the development of this CSV Merger app. Fork the repository, make your changes, and submit a pull request.
This CSV Merger app is licensed under the MIT License.
Feel free to customize the content as needed for your specific application and use case.