Fields output formatting and post processing
Sometimes you may want to post-process (format) the output data.
Parsio provides 2 built-in functions:
- Remove HTML tags. As the name suggests, Parsio will:
- remove all the HTML tags from the found text
- decode HTML entities to their corresponding characters (e.g. & will become & etc)
Example: an anchor tag <a href="https://example.com" target="_blank">Click Here</a> will be parsed to "Click Here".
- Keep original (no formatting). Parsio will keep the found value "as is" without any additional formatting.
These field settings are template-specific e.g. different templates can apply different formatting rules.
Learn more: