"CSV" is, by definition, a Comma-Separated Value file format defined by IETF RFC-4180. What you're requesting sounds like the ability to generate an RFC-4180-compatible file but allow changing the field delimiter, escape character, and record delimiter characters to arbitrary string sequences.RFC-4...