# Lists

The CSV file must contain a column header. This can be freely assigned. It is recommended to use meaningful names, as these names will be used later during the mapping. If the column headers in the CSV file correspond to the internal field names in FYLR, the field mapping is done automatically.

{% hint style="info" %}
Please also check to the [general information](https://docs.fylr.io/for-administrators/tools/csv-importer/general-information).
{% endhint %}

## Example File "Keywords"

| KEYWORD |
| ------- |
| sun     |
| moon    |
| stars   |

## Example File "Persons"

| FIRST NAME | LAST NAME  | COMMENT                  |
| ---------- | ---------- | ------------------------ |
| Steve      | Jobs       | Co-founder of Apple Inc. |
| Bill       | Gates      | Founder of Microsoft.    |
| Mark       | Zuckerberg | Founder of Facebook Inc. |

## Import Procedure

* first **open** the CSV importer
* **upload** the CSV file
* select "**1st Row**" for "CSV Field Names"
* select the target **object type** and the corresponding **mask**
* switch to the "**Import Mapping**" tab and **select** the corresponding **target fields**
* switch back to the "**Import Settings**" tab and select the "**Field For Update**" if there are already entries in the list that should be updated if necessary
* click on "**Prepare**" and you will get an overview of how many rows will be imported or updated
* then the actual import / update can be started
