Chunk builder

[binary/Chunk builder]


Creates a binary chunk based on string & encoding. Chunks are mostly used to construct binary data out of strings that are encoded differently. See binary/Joiner.


Keywords: base64, binary

Input ports

  • string: string

  • encoding: ("base64" or "utf8")

Output ports

  • chunk: {"data": string, "encoding": ("base64" or "utf8")}

Last updated