Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 312 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 312 Bytes

shiny_csv_to_sql

Converting a CSV document to SQL insert statements

  • Type the names of your database and table
  • Upload the CSV file, the column-names have to be identical to the MySQL table
  • Indicate the seperator and quotes used
  • Check if it is displayed correctly
  • Download the MySQL insert statements