Skip to content

From UTF-8 Lossy

Purpose of the Node

The From UTF-8 Lossy node takes a byte array as input and converts it to a string using the UTF-8 lossy strategy. This strategy is useful when you need to handle invalid UTF-8 sequences by replacing them with replacement characters.

Pins

Pin NamePin DescriptionPin TypeValue Type
bytesThe byte array to be convertedStructArray
stringThe resulting string after conversionStringMap