Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.27 KB

File metadata and controls

35 lines (21 loc) · 1.27 KB

CSV File Splitter

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.

Getting Started

To get started with the CSV File Splitter, follow these steps:

  1. Clone the repository to your local machine.
  2. Navigate to the project directory.
  3. Install the necessary dependencies by running npm install.
  4. Start the application with npm start.

Features

  • 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.

Built With

  • Electron - for creating cross-platform desktop applications using web technologies.
  • Tailwind CSS - for styling the application interface.

Author

  • Ben Hybert

License

This project is licensed under the ISC License.

Acknowledgments

Thanks to the Electron and Tailwind CSS communities for providing the tools and resources to build this application.