shancarter / mr-data-converter

Takes CSV or tab-delimited data from Excel and converts it into several web-friendly formats, include JSON and XML.
http://shancarter.github.com/mr-data-converter/
Other
1.96k stars 777 forks source link

SQL mode doesn't escape single quotes #25

Open zaius opened 10 years ago

zaius commented 10 years ago

The SQL output option uses single quote to delimit strings, but doesn't escape single quotes inside the string. They should be escaped with two single quotes.

Happy to put together a patch / pull request, but wanted to check whether this project is still maintained first.