> For the complete documentation index, see [llms.txt](https://ordermanager.docs.foxnetsoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ordermanager.docs.foxnetsoft.com/export-template/column-mappings.md).

# Column mappings

## Overview

In column mappings you create a record for every column that your export file will contain. In this record you have to spefily following parameters.

### Entity

This field defines the entity that value will be taken from. In a nutshell, entity is a classification of values.

Among long list of entities that are supported by our plugin, the main are:

* Order (has fields about customer Info, payment info, taxes, discounts, etc.)
* OrderItem (has info about item in the order)
* Billing address/Shipping address
* Product (has all information about product: name, SKU, etc.)
* Vendor/Store/Warehouse

{% hint style="info" %}
If you have multiple items in one order, and you are exporting as CSV or XLSX, a separate line will be created for every item in that order.
{% endhint %}

{% hint style="info" %}
There is also entity called Static field. It will just print a constant value to this column.
{% endhint %}

### Column source

After selecting Entity, you need to select column source. This is the exact value that will be exported.

For example, in entity Order you can find column source Order #. If you select this column source, after export there will be a column containing order number.

### Column destination

This is the name of the column in your exported file.

### Display order

This value defines the order of columns in your export file.


---

# 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://ordermanager.docs.foxnetsoft.com/export-template/column-mappings.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.
