
Flatten Properties
Flattens nested event properties into top-level keys joined by a separator, for example a.b.c becomes a__b__c.
Configuration
| Option | Description |
|---|---|
SeparatorType: string Required: True | The string used to join nested keys, for example __ turns a.b into a__b. |
Using our REST API you can create this transformation like so:
Terminal