0
Strip HTML
Description
This part strips all HTML tags from the input. It also allows you to replace certain HTML tags with other text; for example, you could replace the HTML for new-lines (<br>) with the text new-line character (\n) or place a new-line behind each bullet of an HTML bullet list (<li></li>).
This is particularly useful if HTML is being used as source data (either from an external table or copied in by a user) and the Designer User needs to re-present the information in a different format, or extract data from the HTML format for downstream processing.
Editor Fields
Configure this part using the following editor fields:
Field Name | Description/Use | Type/Option | Mandatory/Optional |
Input text path | This is the data object context that contains the HTML text. | Object | Mandatory |
Output text path | This is the data object in which the system stores the result. | Object | Mandatory |
Unescape content | No: Input is not HTML escaped. Yes: Input is HTML escaped. |
Yes|No | Optional |
Configuration list | This field allows you to set custom replacements: html tag: br|li | <custom regular expression> HTML tag that must be replaced replace by: replacement text |
Collection | Optional |
Like
Follow
Reply