---
title: "Configure import settings"
canonical: "https://support.appfire.com/space/AIPC/196805478/Configure%20import%20settings"
format: markdown
---
> Macro (aura-html)

The General Configurations page lets you edit the settings related to CSV imports.

## Prerequisites

- You must be a [**Jira administrator**](https://confluence.atlassian.com/adminjiracloud/managing-global-permissions-776636359.html) to carry out the instructions on this page.

## Set up *Import CSV* general configurations

1. In the Jira navigation bar, click **Apps** > **Assets and Inventory Plugin for Jira Cloud**.
2. Click **Settings** in the AIP navigation bar. The *General Configurations* page displays.
3. Click the pencil icon to edit the import CSV settings. The *Edit Import CSV Settings* page displays.
4. Edit the import CVS settings. Check out the table below for detailed explanations.

| **Configuration options** | **Possible values** |
| --- | --- |
| **Field Separator**<br>The field separator is the character that separates each field in the CSV file. | Comma (","), Semicolon (";"), Tab, Space, and Pipe ("|"). |
| #### **Decimal Separator**<br>The decimal separator is the character used to separate the integer and fractional parts of a number.<br>For example, if you have the number 1000.1 in your CSV file, you would select the Dot decimal separator. If you have the same number represented as 1000,1, you would select the Comma decimal separator. | Dot (".") and Comma (","). |
| #### **Multi Value Separator**<br>The multi value separator is the character used to separate multiple values in the same field of the CSV file. | For example, if you have a field for "Tags" and an asset has multiple tags, you can separate them with a character such as a semicolon (";"). |
| #### **Complete Date/Time Format**<br>The complete date/time format determines how dates and times are displayed throughout the app. | The default format is "dd/MM/yyyy h:mm", which displays the date and time in the format "19/Feb/2023 1:37".<br>You can change the format accordingly. |
| #### Reference Asset Fetch Method<br>The reference asset fetch method determines how the app retrieves assets based on their references. There are three options available: | #### Key<br>This method retrieves the asset by its key, which is a unique identifier assigned to each asset.<br>#### Name<br>This method retrieves the asset by its name.<br>#### First Key then Name<br>This method first tries to retrieve the asset by its key, and if it's not found, it tries to retrieve it by its name. |
| #### User Search Method<br>The user search method determines how the app searches for users based on their email address or account ID. There are three options available: | #### Email Address<br>This method searches for users based on their email address.<br>#### Account ID<br>This method searches for users based on their account ID.<br>#### First Email Address then Account ID<br>This method first tries to search for the user by their email address, and if it's not found, it tries to search for them by their account ID. |

5. Click **Save**.