From EBCDIC 037
Description
This operation converts an input string representing bytes encoded in EBCDIC 037 to a string in the selected output format.
Data types
These are the input/output expected data types for this operation:
Input data
- A string representing bytes encoded in EBCDIC 037.
Output data
- The converted string in the selected output format.
Parameters
These are the parameters you need to configure to use this operation (mandatory parameters are marked with a *):
Example
Suppose you want to convert a series of strings encoded in EBCDIC 037 to ASCII format:
In your Pipeline, open the required Action configuration and select the input Field.
In the Operation field, choose From EBCDIC 037.
Set Output Format to
ASCII / UTF-8
.Give your Output field a name and click Save. The values in your input field will be converted. For example:
414243c -> ABC
Last updated
Was this helpful?