gitdagray / csv-to-sql-insert

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.
MIT License
99 stars 120 forks source link

Replace "Finished" after completion with "Finished - Number of Rows Processed: XX" and Time for Processing #35

Open vbuser2004 opened 9 months ago

vbuser2004 commented 9 months ago

Would like to add a counter to report at the end how many rows were processed from the file, along with how long it took to complete the processing.

gitdagray commented 9 months ago

Great suggestion!