Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.