- Getting Started
- Administration Guide
-
User Guide
- An Introduction to Wyn Enterprise
- Document Portal for End Users
- Data Governance and Modeling
- Working with Resources
- Working with Reports
- Working with Dashboards
- View and Manage Documents
- Understanding Wyn Analytical Expressions
- Section 508 Compliance
- Subscribe to RSS Feed for Wyn Builds Site
- Developer Guide
CSV Raw
The CSV Raw Export exports the report data in an uncompressed CSV file format.
Property | Default | Description |
---|---|---|
Encoding | UTF-8 | The encoding schema for the output. |
No Header | False | Enable this option to export only the report data without a header |
Columns Delimiter | , | The text to be placed between fields in data row. |
Rows Delimiter | \r\n | The string to be placed between data rows. |
Quotation Symbol | " | The quotation symbol or the qualifier character to put around the results. |
DateTime Format | MM/dd/yyyy | Default format for date time values, for example 'MM/dd/yyyy H:mm'. |
Numeric Format | 0.#### | Default format for numeric values, for example '0.####'. |
Filename Properties
Property | Description |
---|---|
Template | A string template for the exported file name. By default, it consists of the {ReportName} variable but could include fixed strings and the dynamic Rendered Report Values defined in the report info panel. For example, you could set the template to "{ReportName}_{Title}". |
Add Timestamp | Adds the time of export to the end of export file name |