Skip to content

Bytes to Text Node

Utils/Bytes

Reads a byte buffer as UTF-8 text

bytes_to_textstd
Inputs2
Outputs2
Security exposure10/10
Packagestd

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
10/10High
PrivacyPotential sensitivity of processed data.
10/10High
PerformanceRuntime or resource pressure.
10/10High
GovernancePolicy, audit, or compliance impact.
10/10High
ReliabilityOperational stability considerations.
10/10High
CostExternal or compute cost impact.
10/10High

Input Pins

2

Bytes

Byte Array
bytes

Input Bytes

Lossy

Boolean
lossy

Replace invalid sequences instead of failing

Default true

Output Pins

2

Text

String
text

The decoded text

Was Valid

Boolean
was_valid

False when the buffer was not valid UTF-8

Node Info

Internal name
bytes_to_text
Category
Utils/Bytes