This project is a simple, effective tool written in Java that converts CSV files into SQL commands for creating databases.
- Read CSV files: The program can read any CSV file and extract the data.
- Generate SQL commands: From the extracted data, the program generates SQL commands to create a table and insert the data.
- Excel file support: The program can also read Excel (.xlsx) files with multiple sheets and create a separate SQL table for each sheet.
- Clone this repository on your local machine.
- Open the project in your favourite Java IDE (e.g. Eclipse, IntelliJ,NetBeans).
- Change the file path in the source code to point to your CSV or Excel file.
- Run the program and check the output.
Contributions are welcome! Feel free to open an issue or submit a pull request if you have suggestions for improvement or are experiencing problems.
Please note that this is a basic description and may need to be adjusted according to the specific details of your project. Happy programming!
All content in this repository is the exclusive property of the author(PlonoXxcoder). Any reproduction, modification or use without the express permission of the author is strictly prohibited.
V0.4.0-beta
