Encoding Placeholder Values
You can define the type of encoding to be applied to a placeholder value before printing.
The encoding can be specified after a name of the placeholder. The '|' character is used as the delimiter in this case.
The following encoding types are supported:
nonexml/htmlslashes/cslashescescapeurlcgicsv_itemjsonsql_slashes
CSV: "{pr_address|csv_item}","{pr_comments|csv_item}","{pr_notes|csv_item}"
URL: address={pr_address|cgi}&comments={pr_comments|cgi}¬es={pr_notes|cgi}