# 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

![](https://965373739-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkxZeV4nlXcIAjMGZxzLI%2Fuploads%2FEAiKqmMTtuQqEcB1ARyA%2Fimage.png?alt=media\&token=4af58dc3-64ff-4780-aaff-8e73704304ac) - A string representing bytes encoded in EBCDIC 037.

### Output data

![](https://965373739-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkxZeV4nlXcIAjMGZxzLI%2Fuploads%2FwTb2oTb0LEAHXBbhwEP9%2Fimage.png?alt=media\&token=9b224990-9f87-48b5-8995-5e7e62e71a79) - 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 <mark style="color:red;">**\***</mark>):

<details>

<summary>Output Format<mark style="color:red;"><strong>*</strong></mark></summary>

The desired output format. Options include:

* **ASCII / UTF-8**
* **ISO-8859-1 (Latin-1)**
* **ISO-8859-15 (Latin-15)**
* **Unicode UTF-16**
* **Unicode UTF-32**
* **Hexadecimal**
* **Binary**&#x20;

</details>

***

## Example

Suppose you want to **convert** a series of strings encoded in **EBCDIC 037** to ASCII format:

1. In your Pipeline, open the required [Action](https://docs.onum.com/the-workspace/pipelines/actions) configuration and select the input **Field**.
2. In the **Operation** field, choose **From EBCDIC 037**.
3. Set **Output** **Format** to `ASCII / UTF-8`.
4. Give your **Output field** a name and click **Save**. The values in your input field will be converted. For example:

```
Input data - "414243c"

Output Format - ASCII / UTF-8

Output data - "ABC"
```

{% hint style="info" %}
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.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.onum.com/the-workspace/pipelines/actions/transformation/field-transformation/field-transformation-operations/utils/from-ebcdic-037.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
