Text File Template - Supported Tag Parameters

Supported in this template

The list of supported tag parameters with WvTextTemplate are as follows:

template explanation
{{column_name}} no parameters, will return all values of this column in a concatenated list
{{column_name(S=',')}} will return all values of this column in a concatenated list separated by ","
{{column_name(S="$rn")}} will return multiple values separated by a new line.
{{column_name}}\r\n if you need the template to end with a new line, add it at the end of the template