42BV / CSVeed

Light-weight, easy-to-use Java-based CSV utility
Apache License 2.0
100 stars 22 forks source link

By default, make sure escape symbol automatically assumes the same symbol as quote #26

Open robert-bor opened 11 years ago

robert-bor commented 11 years ago

Currently, the escape symbol is a double quote by default, even if the quote symbol is not a double quote.

The correct behavior would be for the escape symbol to assume the same symbol as the quote symbol if the escape symbol is not explicity stated.