https://github.com/busycaesar/csv_into_queries
https://github.com/busycaesar/csv_into_queries
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/busycaesar/csv_into_queries
- Owner: busycaesar
- Created: 2023-06-08T13:35:34.000Z (almost 2 years ago)
- Default Branch: Master
- Last Pushed: 2024-03-10T00:00:20.000Z (about 1 year ago)
- Last Synced: 2024-03-10T01:23:07.485Z (about 1 year ago)
- Language: C++
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# csv Expoter
This is a program which can convert a .csv file into a list of SQL statements in a .txt file which can be used to import the data into the database.
The .csv file should be saved in the folder with the name "export.csv" and the SQL Queries will be stored in "queries.txt" file. However, according to the data in .csv file as well as column names in SQL Table, the C++ struct and functions needs to be modified.
This project was created for importing the Articles into the database as a part of my co-op project.
## Tech Stack: C++