Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arnoldchrisoduor1/csv_to_sql_input_converter
This application takes a CSV file, and converts it to a format that can be manually added to the database using the INSERT INTO query.
https://github.com/arnoldchrisoduor1/csv_to_sql_input_converter
Last synced: about 1 month ago
JSON representation
This application takes a CSV file, and converts it to a format that can be manually added to the database using the INSERT INTO query.
- Host: GitHub
- URL: https://github.com/arnoldchrisoduor1/csv_to_sql_input_converter
- Owner: arnoldchrisoduor1
- Created: 2023-09-13T00:51:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-13T01:10:24.000Z (over 1 year ago)
- Last Synced: 2023-09-13T09:28:50.275Z (over 1 year ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This program converts a normal csv fie into value that can be easily inserted into a database using the INSERT INTO query.
# Upcoming updates
- Take the first row and convert it into a create table statement.
- Create an INSERT INTO statement with the database name as input for complete SQL query.