You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Provide table data as a CSV ([comma-separated values](https://en.wikipedia.org/w
5
5
1. Confirm you have a directory named `csv`
6
6
2. Confirm you have a directory named `sql`
7
7
3. Save your input CSV file in the `csv` directory
8
-
4. In a terminal window, first run `npm install` to install dependencies and then run `npm start YourFileName`
8
+
4. In a terminal window, first run `npm install` to install dependencies and then run `npm start YourFileName` or `npm start YourFileName RowsPerInsert` where `RowsPerInsert` is an optional integer number specifies how many rows to include in one `INSERT` statement
9
9
5. Watch the terminal window for any error messages
10
10
6. Your SQL insert statement will be saved in `sql/YourFileName.sql`
0 commit comments