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

Mar 9, 2022

Confidentiality
Public
Reactions
1
Share

Table row unfolder

TRANSFORMER
Typing name :  TASK.gws_core.TableRowUnfold Brick :  gws_core

Unfold table rows based on row names

Transformer to unfold table columns based on provided row names.

For each column, the transformer will unfold the columns based on the provided row names. This means that the unfolder will create a new column for each row name and column combination.

The generated column names are the concatenation of the original column name along with row values.

This task copies the original column tags to the result columns.

Input

Table
2d excel like table

Output

Table
2d excel like table

Configuration

rows

Row 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_column_name

Optional Advanced parameter

Name for the column tag key that receives the column name as value

Type : stringDefault value : column_original_name
Shine Logo
Technical bricks to reuse or customize

Have you developed a brick?

Share it to accelerate projects for the entire community.