> For the complete documentation index, see [llms.txt](https://documentation.astera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.astera.com/astera-data-stack-v6/dataflows/maps/creating-direct-maps.md).

# Creating Direct Maps

Direct map is used when data from an object should flow to another object without any changes to the data. The data is transferred ‘as is’ from a designated field in the upstream object to a designated field in the downstream object.

{% hint style="info" %}
**Note:** The data may still get converted to fit the destination field’s data type.
{% endhint %}

Direct maps are displayed as solid lines on the dataflow.

An example of what a *Direct Map* might look like is shown below:

![](/files/57wzvICsW7jQ1suXjbpB)

To create a direct map between the fields of two objects, drag the field’s input port of the downstream object and drop it on the field’s output port of the upstream object.

## Direct Map Types

There are four direct map types:

1. *Value Map:* This is the default map type. It is always created when a new map is created between two fields. A Value map transfers the field’s value between the two mapped fields.
2. *Field Name:* This map type will write the source’s field’s name to the destination field. Note that the destination field should have a suitable data type, such as String.
3. *Field Header*: This map type will write the source’s field’s header to the destination field. Note that the destination field should have a suitable data type, such as String.
4. *Field Data Type:* This map type will write the source’s field’s data type to the destination field. Note that the destination field should have a suitable data type, such as String.

To change a map type, right-click on the map line and select *Change Map Type* from the dropdown.

## **Usage**

The objects in this dataflow example are connected via direct field maps. Direct maps make it possible to connect the source field to the mapped destination field.

![](/files/UDdVP5JcGZN92mvOGpj5)


---

# 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, and the optional `goal` query parameter:

```
GET https://documentation.astera.com/astera-data-stack-v6/dataflows/maps/creating-direct-maps.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
