Skip to content

Commit fe658ac

Browse files
committed
Update readme file with new command line syntax to specify rows per insert parameter
1 parent 56f571d commit fe658ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Provide table data as a CSV ([comma-separated values](https://en.wikipedia.org/w
55
1. Confirm you have a directory named `csv`
66
2. Confirm you have a directory named `sql`
77
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
99
5. Watch the terminal window for any error messages
1010
6. Your SQL insert statement will be saved in `sql/YourFileName.sql`
1111

0 commit comments

Comments
 (0)