Escape Modifiers
Exporting to specific formats limits the characters that can be used in the output. The modifiers below prepare data from fields for a specific format.
Prepare for SQL
EscSQL prepares a field value to be enclosed in single quotes. It duplicates all single quotes the field value has already.
For {MESSAGE} equals abc 'xyz', {MESSAGE|EscSQL} produces abc ''xyz''