Publication dateMar 9, 2022
Confidentiality public Public
Table column unfolder
TRANSFORMER
Typing name : TASK.gws_core.TableColumnUnfold Brick : gws_core Unfold table columns based on column names
Transformer to unfold table rows based on provided column names.
For each row, the transformer will unfold the rows based on the provided column names.
This means that the unfolder will create a new row for each column name and row combination.
The generated row names are the concatenation of the original row name along with column values.
This task copies the original row tags to the result rows.
login
Input
Table
2d excel like table
logout
Output
Table
2d excel like table
settings
Configuration
Column names to use for data unfolding
Type : listType : ListMaximum occurrences number : -1Searched text or pattern (i.e. regular expression)
Type : stringTrue to use regular expression, False otherwise
Type : bool tag_key_row_name
Optional Advanced parameter
Name for the row tag key that receives the row name as value
Type : stringDefault value : row_original_nameTechnical bricks to reuse or customize Have you developed a brick?
Share it to accelerate projects for the entire community.