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

Mar 9, 2022

Confidentiality
Public
Reactions
1
Share

Table row tags deleter

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

Delete table rows by tags

Delete rows of the table that are tags with the provided 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 deleted (AND condition).

When you provide tags in mulitple inputs the data that have one of the provided tag key/value will be deleted (OR condition).

You can also provide multiple tags in multiple inputs to make complexe selection.

Other

If you want to select rows by tags instead of deleting them, use the TableRowTagsSelector.

Input

Table
2d excel like table

Output

Table
2d excel like table

Configuration

tags

The different tag inputs are combined with an OR condition

Type : ListMaximum occurrences number : -1

tags

If multiple tags provided, the data must have all of them (AND condition)

Type : tags_param
Shine Logo
Technical bricks to reuse or customize

Have you developed a brick?

Share it to accelerate projects for the entire community.