Row Normaliser
DescriptionThe Row Normaliser transform converts the columns of an input stream into rows. You can use this transform to normalize repeating groups of columns. Important: When combining multiple columns with different meta types (e.g., String and Integer) into a new field, no automatic type conversion is performed. Instead the first meta type is set. This lack of conversion may lead to issues with subsequent transformations on the resulting data rows. It is strongly advised to ensure that the data types of values being put into the same field are aligned before normalization. |
Supported Engines
|
Options
| Option | Description |
|---|---|
Transform name |
Name of the transform this name has to be unique in a single pipeline. |
Typefield |
The name of the type field (product in the example above). |
Fields table |
A list of the fields you want to normalize; you must set the following properties for each selected field:
|
Get Fields |
Click to retrieve a list of all fields coming in on the stream(s). |