For importing in CSV format, the following special features apply:
Example (with row numbers):
1 PRINCIPAL
2 LEVEL1_ID;LEVEL1_DESC;LEVEL2_ID;LEVEL2_DESC
3 DE;Germany;0000000003;Becker
4 FR;France;0000000092;Leclerc
5 UK;United Kingdom;0000000027;Crichton
...
Explanation
Each row contains one record. The individual values are separated by the specified separator. The values specified must each match the data types specified in the attribute type configuration. From left to right, the column entries represent: Country code, Name of country, Principal ID, Principal name