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

Improve the string maipulation #42

Closed qurashi-akeel closed 9 months ago

qurashi-akeel commented 9 months ago

String manipulation improved and made simplestic with .join method: Original: here Improved: here

qurashi-akeel commented 9 months ago

Improvement here