Text Payload
This payload extracts text payload from the request and lets you define regex to control precise extraction.
The following figure illustrates the Text payload fields.
The properties for the Text payload are explained in the following table.
Properties | Sub-Field | Description |
---|---|---|
Prerequisite Match Pattern | Regular expression to be matched before the action is executed. | |
Pattern | The regular expression pattern on which the extraction is applied is specified in this field. For example, consider if the text is “Hello World”, then pattern would be “\w+”. | |
Pattern Group Id | The grouping number to extract from the Regular Expression Pattern. For example, for the text “Hello World”, Group Id would be 0 to match characters in first group as per regex. | |
Profile Name | Profile to be used to perform transform operations on the matched content. | |
User Comments | Additional information related to the action performed by the group processing. | |
Encoding | Type of encoding to be used. | |
Codec | The encoding method used is specified in this field. For more information about codec types, refer to the section Standard Encoding Method List. |