Skip to main content

Row Normaliser

Description

Row Normaliser is a step in the Transformation Plugin for Process Studio Workflows. Row Normaliser step outputs normalized data from De-normalized information

Configurations

Following is an example where Row Normaliser step normalizes data back from pivoted tables as demonstrated below. Below is a sample table of product sales data:

MonthProductsales
2003/01A0
2003/01B5
2003/01C17
2003/02A12
2003/02B7
2003/02C19
.........
No.Field NameDescription
1Step nameName of the step as it appears in the workflow workspace. This name has to be unique in a single workflow.
2TypefieldThe name of the type field (product in the example above)
3Fields tableA list of the fields you want to normalize; you must set the following properties for each selected field:

- Fieldname: Name of the fields to normalize (Product A ? C in the example).

- Type: Give a string to classify the field (A, B or C in our example).

- New field: You can give one or more fields where the new value should transfer to (sales in our example).

4Get FieldsClick to retrieve a list of all fields coming in on the stream(s).