You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a simple, effective tool written in Java that converts CSV files into SQL commands for creating databases.
3
+
4
+
Features
5
+
Read CSV files: The program can read any CSV file and extract the data.
6
+
Generate SQL commands: From the extracted data, the program generates SQL commands to create a table and insert the data.
7
+
Excel file support: The program can also read Excel (.xlsx) files with multiple sheets and create a separate SQL table for each sheet.
8
+
How to use this repository
9
+
Clone this repository on your local machine.
10
+
Open the project in your favourite Java IDE (e.g. Eclipse, IntelliJ).
11
+
Change the file path in the source code to point to your CSV or Excel file.
12
+
Run the program and check the output.
13
+
Contribution
14
+
Contributions are welcome! Feel free to open an issue or submit a pull request if you have suggestions for improvement or are experiencing problems.
15
+
16
+
Please note that this is a basic description and may need to be adjusted according to the specific details of your project. Happy programming!
17
+
18
+
Copyright
19
+
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.
0 commit comments