Comment on page
Configuration
This section explains each of the properties in the configuration blade.
Property | Description |
---|---|
Collection | This associates this Agent to a specific Collection and defaults to that of the current Data Stream. |
Property | Description |
---|---|
Group Data? | Tick to group the batch of rows by the selected column or attribute before concatenating the row values. |
Group By | The column or attribute of the input payload used to group the rows (applies when Group Data? is ticked). |
Property | Description |
---|---|
Column | The column or attribute of the input payload whose values will be concatenated and included in the output. |
Alias | The alias of the column, which will be used as the column or attribute name in the output payload. |
Separator | The separator used for the concatenated values. |
Before configuring the Transformation, please ensure that its input endpoint is connected to a parent Agent which will be sending data to it.
Name | Description |
---|---|
Input | This endpoint is used to receive data from the parent Agent. |
Output | An event per poll with their values concatenated will be made available on this endpoint, with attributes matching the configured inputs and grouping. |
Error | Errors encountered during the execution of this Agent will be published on this endpoint. |
Last modified 5mo ago