> For the complete documentation index, see [llms.txt](https://support.iafcertsearch.org/certification-bodies/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.iafcertsearch.org/certification-bodies/data-management/import-settings/global-mapping/field-mapping.md).

# Field Mapping

The Field Mapping feature provides the ability to view and manage all your mapped fields of all your import activities.

## **What is Field Mapping?**&#x20;

Field Mapping issues are caused by when the field name from the source file does not match the field name in the IAF CertSearch database, see the example below:

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

<table data-header-hidden data-full-width="true"><thead><tr><th width="180"></th><th width="483">Description</th></tr></thead><tbody><tr><td><strong>Source</strong></td><td>The actual field value that exists from your source file, that is not recognized by the system.</td></tr><tr><td><strong>Target</strong></td><td>The field names defined in the IAF CertSearch database.</td></tr></tbody></table>

<figure><img src="/files/qrtMHpWEf6jtRhRhAHGv" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}

### **Tips**

To minimize data upload issues, we recommend you add field mapping before importing your data. This way you can eliminate interruptions during the import process. To know more about adding field mapping, click [here](#what-is-field-mapping).
{% endhint %}

## View Mapped Fields

1. Go to Data Import
2. Click the **'Global Mapping'** tab
3. On the Global Mapping page, click the **'Field Mapping'** tab
4. This page displays all your Mapped and Unmapped fields in all of your import activities.

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

## Add Field Mapping

1. Go to Data Import
2. Click the **'Global Mapping'** tab
3. On the Global Mapping page, click the **'Field Mapping'** tab
4. Click the **'+ Add Field Mapping'** button

<figure><img src="/files/tavnLEnj9dtSC2C3bW5i" alt=""><figcaption><p>Deleting an individual mapped field</p></figcaption></figure>

6. Enter the value of the source data
7. Select where you want to map the source data
8. If you want to add multiple mapping:
   * Click the **'Add Field Mapping'** button
9. Once done, click the **'Submit'** button

## Edit Mapped Fields

1. Go to Data Import
2. Click the **'Global Mapping'** tab
3. On the Global Mapping page, click the **'Field Mapping'** tab
4. Click the **'Actions'** button

<figure><img src="/files/by8mjHo02PjIUERYq4Xt" alt=""><figcaption><p>Deleting an individual mapped field</p></figcaption></figure>

6. Then, click the **'Edit Mapping'** button
7. In the Edit modal, enter the value you want to update.
8. Once deleted, the deleted mapped field should no longer appear in the field mapping list

## Delete Individual Mapped Fields

To delete an individual mapped field:

1. Go to Data Import
2. Click the **'Global Mapping'** tab
3. On the Global Mapping page, click the **'Field Mapping'** tab
4. Look for the mapped field you want to delete
5. Click the **'Actions'** button

<figure><img src="/files/Q57gdqLE8QeZJD92g5jC" alt=""><figcaption><p>Deleting an individual mapped field</p></figcaption></figure>

6. Click the **'Delete Mapping'** button
7. A confirmation modal will appear, click **'OK'**
8. Once deleted, the deleted mapped field should no longer appear in the field mapping list

{% hint style="warning" %}
**Please note:** Deleting a mapped field means you no longer need to import the unrecognized source field to match the target field in IAF CertSearch.
{% endhint %}

## Delete Multiple Mapped Fields

1. Go to Data Import
2. Click the **'Global Mapping'** tab
3. On the Global Mapping page, click the **'Field Mapping'** tab
4. Look for the mapped field you want to delete
5. In the Select column, click the checkbox of the mapped fields you want to delete

<figure><img src="/files/4numD6s5ZD981x1rVkxe" alt=""><figcaption></figcaption></figure>

6. Once selected, click the **'Delete'** button in the top right corner of the list.

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

6. A confirmation modal will appear, click **'OK'**
7. Once done, the deleted mapped fields should no longer appear in the field mapping list


---

# 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://support.iafcertsearch.org/certification-bodies/data-management/import-settings/global-mapping/field-mapping.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.
