> For the complete documentation index, see [llms.txt](https://help.security.gallagher.com/command-centre/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.security.gallagher.com/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-configuration/lists/custom-lists/csv-list-import.md).

# CSV List Import

Using the CSV list import is useful for creating lists with multiple values or columns.

To import list values from a CSV file, go to the **Lists** module:

Then click the list you want to edit to open it in edit mode.

{% stepper %}
{% step %}

### Create the list

To import values into a list, you first need to create a list. Follow the [list creation instructions](/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-configuration/lists/custom-lists.md).
{% endstep %}

{% step %}

### Click on the list

It opens the list in edit mode.
{% endstep %}

{% step %}

### Click the Import from CSV button

After you click the button, the system displays the import form.

<figure><img src="/files/j7RXOBs5ODn7qe5pBrZM" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Select a CSV File

CSV file requirements:

* The CSV must have two columns.
  * Column 1 is mapped to **Key** and is used for value identification.
  * Column 2 is mapped to **Value** and is visible to users in the AccessNow form list.
* The file must have comma-separated values.

{% hint style="info" %}
CSV files may vary depending on geographical and regional settings. These variations primarily involve the delimiter used to separate values within the file. Common types include comma (,), semicolon (;), tab (`\t`), and pipe (`|`).

AccessNow requires comma (,) separated files.
{% endhint %}
{% endstep %}

{% step %}

### Click Preview

The **Preview** button is available at the bottom of the import form.

Review the default column mappings in the preview and the imported content.

<figure><img src="/files/z4tVVL7JiZGU0bw7ymEN" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click Import

Compatible two-column CSV files are imported without requiring additional configuration.
{% endstep %}
{% endstepper %}


---

# 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://help.security.gallagher.com/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-configuration/lists/custom-lists/csv-list-import.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.
