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:
  • none
  • xml/html
  • slashes/cslashes
  • cescape
  • url
  • cgi
  • csv_item
  • json
  • sql_slashes
CSV: "{pr_address|csv_item}","{pr_comments|csv_item}","{pr_notes|csv_item}"
URL: address={pr_address|cgi}&comments={pr_comments|cgi}&notes={pr_notes|cgi}