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.
- Confirm you have a directory named
csv - Confirm you have a directory named
sql - Save your input CSV file in the
csvdirectory - In a terminal window, first run
npm installto install dependencies and then run "npm start yourfilename". Provide the file name in the command without including the relative path or file extension. Example: If the file is named example.txt and located in the src directory, you should use example in the command, not src/example.txt or example.txt. - Watch the terminal window for any error messages
- Your SQL insert statement will be saved in
sql/YourFileName.sql
Please read CONTRIBUTING.md prior to contributing.
Please see CODE_OF_CONDUCT.md.