From Hex
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
These are the input/output expected data types for this operation:
- The hexadecimal-encoded data you want to decode.
- Decoded string.
These are the parameters you need to configure to use this operation (mandatory parameters are marked with a *):
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:
You can try out operations with specific values using the Input field above the operation. You can enter the value in the example above and check the result in the Output field.