> 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/development/business-processes/components-of-business-process/csv-to-xml-transformation.md).

# CSV to XML Transformation

A CSV to XML Converter is a tool that transforms data from a Comma-Separated Values (CSV) format into an **Extensible Markup Language** (XML) format. It facilitates the conversion of tabular data into a structured and hierarchical XML representation for interoperability and data interchange.

1. Drag the CSV to XML Transformation from BP components and drop on the right side
2. The below screen will appear

<figure><img src="/files/oOmLWlVUUdn3rlSloCt4" alt=""><figcaption></figcaption></figure>

3. Select the JT sheets. (JT Sheets are similar to Excel which stores the CSV data in tabular format)
4. Click on save.


---

# 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/development/business-processes/components-of-business-process/csv-to-xml-transformation.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.
