text requiredThe single value to escape (one field of a CSV row). Typically a field-getter that reads one item field.
char optional default , (comma)The separator character to test for. csv quotes the value only when it contains this character (or a double quote or a line break). Must be exactly one character; any other value falls back to a comma. Use a semicolon for semicolon-separated CSV.
[{csv:hello world}]
[{csv:Doe, John}]
[{csv:she said "hi"}]
[{csv:Doe; John:;}]
[{csv:a;b}]
{csv:Doe; John:;};{csv:editor:;};{csv:Prague:;}
[{csv:}]