Progress® Telerik® Reporting R3 2020
CsvEscapeFormat Enumeration
Represents the format that is used in a CSV file
in order to escape field values / special symbols.
Namespace:
Telerik.ReportingAssembly: Telerik.Reporting (in Telerik.Reporting.dll)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No symbols are escaped. | |
Backslash | 1 | Unix style programs use backslashes for escaping both (field and record) separators. Backslash is escaped with a second backslash. | |
BackslashAlternative | 2 | Some Unix style programs use backslashes for escaping field separators, but for escaping record separators can use \r\n instead of backslash. Backslash is escaped with a second backslash. | |
Quotes | 3 | Excel uses single or double quotes to embed escaped text. Single or double quotes are escaped with second single or double quotes. | |
QuotesMixed | 4 | Some files use a mixed escaping format - fields are embedded in quotes (Excel like), quotes (single or double) are escaped with backslash (Unix like). Backslash is escaped with a second backslash. |
Version Information
Supported in: 1.0.1