> For the complete documentation index, see [llms.txt](https://docs.justransform.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.justransform.com/productivity/edi/edi-operations.md).

# EDI Operations

Accessed through clicking EDI > "**EDI Operations"** link on the left side panel of the application.

EDI operation refers to the processing of EDI data, such as transforming, mapping, or validating EDI data. EDI operations are performed as part of an EDI integration flow, and they enable organizations to automate the exchange of business transactions between their systems and their trading partners.

Examples of EDI operations that can be performed within an iPaaS platform include:

* EDI Transformation: Transforming EDI data from one format to another, such as transforming an EDI X12 document into a CSV file.
* EDI Mapping: Mapping EDI data to another format, such as mapping EDI data to a database schema.
* EDI Validation: Validating EDI data against an EDI specification, such as checking an EDI X12 document for compliance with the ANSI X12 specification.

### Create an EDI Operation

1. Select an XML Source or select a file using the Resources folder.
2. View the EDI Operation in various formats including Text, XML, HEX, HTML.&#x20;
3. Click **Validate** to edit the file content and download the EDI operation

<figure><img src="/files/7Emt2yfCVoyLra07voa5" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.justransform.com/productivity/edi/edi-operations.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.
