Decode CSV
Anatomy
<decode:csv var="var" delimiter=";">
string
</decode:csv>
Description: DECODE:CSV parses comma-separated values into a multidimensional array.
Comma-separated values represent tabular data. Each line corresponds to a row in the table. Within a line, fields are separated by a delimiter, each field belonging to one table column.
Attributes
| Name | Type | Description | Defined By |
|---|---|---|---|
| var | var | Result variable name | decode:csv |
| delimiter | string | Delimiter (single ASCII character) | decode:csv |
Results:
| Binding | Type | Predicate |
|---|---|---|
| var | array | no-result-propagation |