Skip to content

Commit ccc2bd2

Browse files
authored
README.md
1 parent 179c32d commit ccc2bd2

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
CSV to SQL converter
2+
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.
20+
21+
Version bêta 0.1
22+

0 commit comments

Comments
 (0)