_SvIncludePlusContent-_DP_Schema_intro 1
The output files are written in CSV format and are RFC4180 compliant. They have the following characteristics:
- Each file has a header. This includes files from exports that resulted in no data.
- New lines are separated by CRLF characters
\r\n. - Fields containing line breaks (CRLF), double quotes, and commas are enclosed in double quote.
- If double-quotes are present inside fields, then a double-quote appearing inside a field are escaped by preceding it with another double quote. For example:
"aaa","b""bb","ccc". - Fields with no data (null values) are represented in the CSV export by two consecutive delimiters (as in,
,,). - Embedded break lines are escaped by default and printed as n.
Last modified on Dec 11, 2025
Powered by Confluence and Scroll Viewport.