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
97 stars 122 forks source link

File preview in CLI. #12

Open divinejohn1976 opened 10 months ago

divinejohn1976 commented 10 months ago

File preview before saving the file

gitdagray commented 10 months ago

Nice thought that some may want. I was considering an option to process all of the files in the CSV directory at once, and if I did that, I would not want to preview before saving. Maybe this could be passed as an optional flag?