csvjdbc
csvjdbc copied to clipboard
Quote style
I've proposed this a while ago back on SourceForge. Adds more flexibility to the handling of quote styles and an additional NONE style, which disables quote style handling. This was useful for non-RFC compliant CSV files.
Setting the CsvJdbc database connection property quotechar to an empty string disables handling of quoting in the CSV file. This is described in the CsvJdbc documentation file doc.md.
Is that the same functionality as you have implemented for this Pull Request?