fizwit / filesystem-reporting-tools

Tools to help system administors manage very large file systems. pwalk
GNU General Public License v2.0
22 stars 12 forks source link

Implement double quote escape #7

Closed bmcgough closed 7 years ago

bmcgough commented 7 years ago

https://tools.ietf.org/html/rfc4180

IETF defines double quote escapes in CSV as an additional double quote, not backslash.

Can you implement an option to use double quote as an escape character instead of backslash?

fizwit commented 7 years ago

Making your issue the new default behavior. The only character that is quoted in a string is the double quote which is quoted with a double quote. Control characters are discarded.