Skip to main content

utility:remove unnecessary labels

Version: 0.0.0

Description

Removes the selected label from a fields container.

Inputs

InputNameExpected type(s)Description
Pin -1permissiveboolIf true, the operator does not throw an error if the label to be removed has more than one entry.
Pin 0
Required
fields_containerfields_containerFields Container with the label to be removed.
Pin 1
Required
label_to_removestringLabel to be removed from the fields container.

Outputs

OutputNameExpected type(s)Description
Pin 0fields_containerfields_container

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads.
read_inputs_in_parallelboolfalseIf this option is set to true, the operator's inputs will be evaluated in parallel.

Scripting

Category: utility

Plugin: core

Scripting name: remove_unnecessary_labels

Full name: utility.remove_unnecessary_labels

Internal name: remove_unnecessary_label

License: None

Changelog

  • Version 0.0.0: Initial release.