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

Add CLI progress indicator #74

Open Imrankhankhattar opened 8 months ago

Imrankhankhattar commented 8 months ago

Implement a cli progress indicator to keep users informed about the processing status, especially for large CSV files.

devlopersabbir commented 8 months ago

@Imrankhankhattar thanks for your suggestions. I'll be happy to do this :)