Filter: gravityview/template/field/csv/glue
The value used to separate multiple values in the CSV export.
Must include a space after the semicolon to prevent CSV format issues. Without the space, CSV parsers may interpret the values incorrectly and create unwanted extra columns when displaying multiple Likert field values.
Parameters
| Name | Type | Description |
|---|---|---|
| $glue | string | The glue. Default: "; " (semicolon with space). |
| $gravityview | \GV\Template_Context | The context. |
Since
Source
- Defined in
templates/fields/field-survey-csv.phpat line 151 - Defined in
templates/fields/field-list-csv.phpat line 46 - Defined in
templates/fields/field-fileupload-csv.phpat line 30 - Defined in
templates/fields/field-business_hours-csv.phpat line 33 - Defined in
templates/fields/field-checkbox-csv.phpat line 38