csv-to-sql-insert
csv-to-sql-insert copied to clipboard
Added Row Count and Process Time Summary Report
Final report replaces "Finished" with more detailed summary, including:
- Summary report of total number of rows converted.
- Total time in milliseconds to complete script
Note: top-level await is not enabled so used readCSV().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