Publication dateMar 9, 2022
Confidentiality public Public
Table row tags selector
TRANSFORMER
Typing name : TASK.gws_core.TableRowTagsSelector Brick : gws_core Select table rows by tags
Select part of a table using row tags. Multiple row tags can be provided.
Config
You can provide multiple tags in on input and tags in different input.
When you provide multiple tags in one input, only the data that have all of the tag key/value will be selected (AND condition).
When you provide tags in mulitple inputs the data that have one of the provided tag key/value will be selected (OR condition).
You can also provide multiple tags in multiple inputs to make complexe selection.
Other
If you want to delete rows by tags instead of selcting them, use the TableRowTagsDeleter.
login
Input
Table
2d excel like table
logout
Output
Table
2d excel like table
settings
Configuration
The different tag inputs are combined with an OR condition
Type : ListIf multiple tags provided, the data must have all of them (AND condition)
Type : tags_paramTechnical bricks to reuse or customize Have you developed a brick?
Share it to accelerate projects for the entire community.