For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

1

Create the list

To import values into a list, you first need to create a list. Follow the list creation instructions.

2

Click on the list

It opens the list in edit mode.

3

Click the Import from CSV button

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

4

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.

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.

5

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.

6

Click Import

Compatible two-column CSV files are imported without requiring additional configuration.

Last updated

Was this helpful?