DB
FunctionsType Conversion

to_valid_utf8

Repairs invalid UTF-8 byte sequences by replacing malformed segments with '?', returning valid UTF-8 text.

to_valid_utf8(…) → String

Kind · scalar

Repairs invalid UTF-8 byte sequences by replacing malformed segments with '?', returning valid UTF-8 text.

Part of the Type Conversion family.