System properties for display value and header
-
- UpdatedAug 3, 2023
- 2 minutes to read
- Vancouver
- Data Management
Use system properties to export the display value or raw value of fields and the field label or field name for headers.
System properties control the output for the CSV, Excel, JSON, and XLSX file formats. System properties define default behavior if overrides such as query parameters are not specified. System properties apply to exported files downloaded with URL parameters, exported from list view, or generated by export sets.
Format | Property | Default Value |
---|---|---|
CSV | glide.export.csv.raw.value | false
Note: Setting the property as false also crops the value's
string to 32000 characters. |
glide.export.csv.column_header_label | false | |
Excel | glide.export.excel.display_value | true |
glide.export.excel.column_header_label | true | |
JSON | glide.json.return_displayValue | false |
XLSX | glide.export.xlsx.display_value | true |
glide.export.xlsx.column_header_label | true |
Example: CSV
- Example:
- glide.export.csv.raw.value = false (default)
- Example:
- glide.export.csv.raw.value = true
Example: Excel
- Example:
- glide.export.excel.display_value = true (default)
- Example:
- glide.export.excel.display_value = false
Example: JSON
- Example:
- glide.json.return_displayValue = false (default)
- Example:
- glide.json.return_displayValue = true
Example: XLSX
- Example:
- glide.export.xlsx.display_value = true (default)
- Example:
- glide.export.xlsx.display_value = false
Related Content
- Query parameters for display value and header
Use query parameters to export the display value or raw value of fields and the field label or field name for headers.
- Export Set fields for display value and header
Use Export Set fields to export the display value or raw value of fields and the field label or field name for headers.
- Field types affected by export controls
Different field types are affected differently by export controls.
- Default values for column headers and column values
Default values are used for column headers and column values, unless overridden by query parameters, Export Set fields, or system properties.