Overview
Theextract transformation extracts data from a string using a pattern or regular expression.
Syntax
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
variable | string | Yes | The string to extract from |
pattern | string | Yes | The extraction pattern or regex |