# CSV File

If you have already existing tokens you can easily import them as text based CSV file.

The CSV file format must be as follow

```
TokenValue1,Firstname,Lastname,Email,MobilephoneNumber
TokenValue2,Firstname1,Lastname1,Email1,MobilephoneNumber1
TokenValue3,Firstname2,Lastname2,Email2,MobilephoneNumber2
```

{% hint style="info" %}
First name, last name, email and mobile phone numbers are optional and can be omitted. eg:&#x20;

```
TokenValue1,,,,
TokenValue2,,,,
```

{% endhint %}
