# Field mapping

* The fields are mapped between the source and destination resources in the ETL pipeline>Data Format>Field Mapping tab.&#x20;
* Based on the Field Mapping, the data from the source is mapped to the destination in the specified order.&#x20;
* In the case of CSV files, the placement position of the fields in Field Mapping must be the same as the placement position or sequence of fields specified in the Reader.

<figure><img src="https://media.langstack.com/documentation/media/images/code/training_manual/chapter_9/ch9etlfieldmaptab.png" alt=""><figcaption></figcaption></figure>

* To add a field in Field Mapping, click the \[+ Field] button.

<figure><img src="https://media.langstack.com/documentation/media/images/code/training_manual/chapter_9/ch9etladdfieldfm.png" alt=""><figcaption></figcaption></figure>


---

# 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.langstack.com/welcome/get-started/learn-langstack/introduction-to-etl-pipeline/data-formats-in-etl-pipeline/field-mapping.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.
