This is a simple Electron application designed to split CSV files based on the contents of a specified folder. It provides a user-friendly interface for selecting a CSV file and a target folder, then processes the file accordingly.
To get started with the CSV File Splitter, follow these steps:
- Clone the repository to your local machine.
- Navigate to the project directory.
- Install the necessary dependencies by running
npm install. - Start the application with
npm start.
- File Selection: Easily select the CSV file and the folder you want to process.
- Processing Status: Get real-time feedback on the processing status directly in the application interface.
- Error Handling: The application provides error messages in case of invalid file types or processing errors.
- Electron - for creating cross-platform desktop applications using web technologies.
- Tailwind CSS - for styling the application interface.
- Ben Hybert
This project is licensed under the ISC License.
Thanks to the Electron and Tailwind CSS communities for providing the tools and resources to build this application.