hexToAscii
The hexToAscii operator converts a hexadecimal string to an ASCII string.
Syntax
hexToAscii(<hexadecimal_field>) as <field>
hexToAscii("<hexadecimal string>") as <field>
Example
| hexToAscii("68656c6c6f20776f726c640a") as V
Returns V
with a value of hello world
.