Bytes Join Block

Bytes Join Block

The Bytes Join block joins data on a specified delimiter, and outputs the resulting bytes

Inputs

  • x (dynamic): data that will be joined by the delimiter

Outputs

  • bytes: the inputs joined by the specified delimiter

Parameters

  • Field Delimiter: (default = ","): String or bytes delimiter to join the data on. For a bytes literal, escape the characters using \x (i.e. \x20 for the unicode ' ' corresponding to the hexadecimal value 0x20).