We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d18c445 commit 589554eCopy full SHA for 589554e
README.md
@@ -5,7 +5,7 @@ Provide table data as a CSV ([comma-separated values](https://en.wikipedia.org/w
5
1. Confirm you have a directory named `csv`
6
2. Confirm you have a directory named `sql`
7
3. Save your input CSV file in the `csv` directory
8
-4. In a terminal window, run `node . YourFileName`
+4. In a terminal window, first run `npm install` to install dependencies and then run `npm start YourFileName`
9
5. Watch the terminal window for any error messages
10
6. Your SQL insert statement will be saved in `sql/YourFileName.sql`
11
0 commit comments