Menu
Introduction
Getting Started
Developer guide
Release
Architecture
CLI
Technical documentations
Version
Publication date

Mar 9, 2022

Confidentiality
Public
Reactions
1
Share

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.

Input

Table
2d excel like table

Output

Table
2d excel like table

Configuration

columns

Column names to use for data unfolding

Type : list

filters

Optional

Type : ListMaximum occurrences number : -1

name

Searched text or pattern (i.e. regular expression)

Type : string

is_regex

Optional

True 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_name
Shine Logo
Technical bricks to reuse or customize

Have you developed a brick?

Share it to accelerate projects for the entire community.