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.
97
stars
122
forks
source link
Added Row Count and Process Time Summary Report #37
Open
vbuser2004 opened 10 months ago
Final report replaces "Finished" with more detailed summary, including:
Note: top-level
await
is not enabled so usedreadCSV().then(...)
to capture total row count.Edit: Forgot to mention this fixes #35: Replace "Finished" after completion with "Finished - Number of Rows Processed: XX" and Time for Processing