Joiner

[binary/Joiner]


Joins differently encoded chunks into a base64-encoded string. Supports UTF-8 and Base 64 for input chunks. See binary/Chunk builder for generating input for chunks.


Keywords: base64, utf8

Input ports

  • chunks:

    {"encoding": ("utf8" or "base64"), "data": string}[]

    Receives the chunks to be joined.

Output ports

  • joined: string

    Sends the Base 64-encoded joined chunks.

Last updated