From hex
Description
This operation is used to convert hexadecimal-encoded data back into its original form, whether it’s plain text, binary data, or another format. Hexadecimal encoding is often used to represent binary data in a readable, ASCII-compatible format.
Data types
These are the input/output expected data types for this operation:
Input data
- The hexadecimal-encoded data you want to decode.
Output data
- Decoded string.
Parameters
These are the parameters you need to configure to use this operation (mandatory parameters are marked with a *):
Example
Suppose you want to decode a series of events including hexadecimal-encoded data:
In your Pipeline, open the required Action configuration and select the input Field.
In the Operation field, choose From Hex.
Set Delimiter to
Space
.Give your Output field a name and click Save. The values in your input field will be decoded. For example:
48 65 6c 6c 6f 20 57 6f 72 6c 64 -> Hello World
Last updated
Was this helpful?