Join Labels

Function Description

This step can merge labels from two lists into one list in one-to-one correspondence. For example, if the first port input is [“a”, “b”] and the second port input is [“c”, “d”], the output is [“ac”, “bd”].

Use Cases

This is a general-purpose step for editing labels.

Inputs

  • First Label List: First set of labels to merge.

  • Second Label List: Second set of labels to merge.

Outputs

  • Joint Label List: Labels after merging.

Parameters

  • Connector: Sets the separator inserted between labels. The default is an empty string, which joins labels directly.