# Data Formats in ETL pipeline

* A data format is how that data is structured; for example, the data format can be a CSV format, Fixed width text format, MySQL table record, or a JSON Format.&#x20;
* Depending on the Data Format, other settings may need to be specified for reading and writing data to relevant fields.&#x20;
* The Data Format tab consists of three (3) sections:&#x20;
  * Reader: This section contains details related to the data source, i.e. where the data is read from. This tab is selected by default.&#x20;
  * Writer: This section includes details about the data destination, i.e., where the data is written to.&#x20;
  * Field Mapping: This section maps the data fields from the source to the destination.

<figure><img src="https://media.langstack.com/documentation/media/images/code/training_manual/chapter_9/ch9etldataformtab.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.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.
