8000 GitHub - geomorillo/csvtosqlinsertcsharp: Provide table data as a CSV (comma-separated values) file and output a SQL insert statement for a table with the same name as the file.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Provide table data as a CSV (comma-separated values) file and output a SQL insert statement for a table with the same name as the file.

License

Notifications You must be signed in to change notification settings

geomorillo/csvtosqlinsertcsharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csvtosqlinsertcsharp

Provide table data as a CSV (comma-separated values) file and output a SQL insert statement for a table with the same name as the file.

Usage ⚙

  1. Confirm you have a directory named csv
  2. Confirm you have a directory named sql
  3. Save your input CSV file in the csv directory
  4. In a terminal window, run dotnet script csvtosqli.csx ExampleTable
  5. Watch the terminal window for any error messages
  6. Your SQL insert statement will be saved in sql/YourFileName.sql

About

Provide table data as a CSV (comma-separated values) file and output a SQL insert statement for a table with the same name as the file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0