Zum Hauptinhalt springen

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

NameTypeDescriptionDefined By
varvarResult variable name decode:csv
delimiterstringDelimiter (single ASCII character) decode:csv

Results:

BindingTypePredicate
vararrayno-result-propagation