CSV Format Deviations from RFC
When comminicating with Vault API, CSV formatting is compliant with RFC 4180
- Both CRLF and LF sequences signal a line ending
- CR (
u+000d) character is not supported in values - TAB (
u+0009) character is supported in values - BACKSLASH (
u+005c) character must be duplicated in values to act as a single backslash