Introduction Actions task Base env shell Base env shell task Conda env live task Conda env shell Conda env task Converter Create a sugar type of food Create report Create robot Dataset exporter Dataset importer Dispatch2 Download resource from a S3 bucket Download resource from external source Eat task Encoded table exporter Encoded table importer EncodingTable exporter EncodingTable importer Env live task Fifo2 Fly task Fs node extractor JSON Dict exporter JSON Dict importer Mamba env live task Mamba env task MetadataTable exporter MetadataTable importer Move robot Pip env live task Pip env shell Pip env task Python live task R conda env live task R mamba env live task Resource exporter Resource importer Resource picker Resource set exporter Resource stacker Robot add Select report Shell Shell task Shell wait Sink Smart interactive plot generator Smart json transformer Smart plot generator Smart table transformer Source Switch2 Table aggregator Table aggregator filter Table annotator Table column aggregator Table column aggregator filter Table column annotator Table column concat Table column data numeric filter Table column data text filter Table column operation mass Table column operations Table column scaler Table column tag aggregator Table column tag extractor Table column tag unfolder Table column tags deleter Table column tags selector Table columns deleter Table columns selector Table decoder Table encoder Table exporter Table filter Table filter Table importer Table replace Table row aggregator Table row aggregator filter Table row annotator Table row concat Table row data numeric filter Table row data text filter Table row scaler Table row tag aggregator Table row tag extractor Table row tag unfolder Table row tags deleter Table row tags selector Table rows deleter Table rows selector Table scaler Table to dataset converter Table transposer Task Text exporter Text importer The travel of `Astro` Transformer Uncompress file Upload resource to S3 Viewer Wait Wait task Write to file Version
Technical Documentation
Resources
Tasks
Protocols
Table column tags selector
Select table column by tags
Select part of a table using column tags. Multiple column 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 columns by tags instead of selcting them, use the TableColumnTagsDeleter.
Input
Table
2d excel like table
Output
Table
2d excel like table
Configuration
tags
The different tag inputs are combined with an OR condition
List
-1
tags
If multiple tags provided, the data must have all of them (AND condition)
tags_param