CSV

Returns the nth item in the comma separated list.

A Comma Separated Variable (CSV) is a string of textual items separated by commas e.g. "gold, silver, bronze". The CSV expression returns the nth item (1 being the first) from a Comma Separated Variable. If the entry is not found, the result returned is "" (an empty string).

Expression
Databox Value
Result
Comments

CSV(2)

gold,silver,bronze

silver

Will return the specified section from within a Comma Separated Variable (CSV)

CSV(3)

18843,49978,2114

2114

Last updated