A CSV (character-separated values) file is a text file. A data record is saved in one row. The single values in the row are separated by a special separator. You can export data as CSV files from many applications, for example, from Microsoft Outlook.
"GGUID";"First name";"Last name";"Town/City";"Postal code";"Street"
"0x6752988370919E419A11FFA6DD19C6C1";"Frank";"Johnson";"Marlow";"SL7 123";"15 Langley Way"
"0x0600000000000000FB0100008B000000";"Julia";"Smith";"Reading";"RG1 3PQ";"10 Great Knolly's Street"
"0x0600000000000000FB0100008C000000";"Türk";"Barbara";"Pulheim";"50259";"Jahnstrasse 233"
"0x0D55D951DAF15E409F6D8861D71863D6";"Frank";"Julian";"Cologne";"50823";"Schönstr. 14"
"0x05D66D7B41DC3B4A9D71CCBA2E5D14B2";"Voelzke";"Gabriela";"Ennepetal";"58256";"Rheingaustraße 190- 196"
"0x872913C78820F64588978D123585E5D5";"Bold";"Peter";"Hampton";"CA 45";"White Road 3"
If you want to edit the CSV file with Microsoft Excel, open first Microsoft Excel, go to File and click Open. Open the CSV file. A wizard is then opened. Only once you have completed all the steps in the wizard can you be sure that the file will be correctly displayed in Microsoft Excel.
Special characters include: ä, ö or ü and also ß, &, punctuation, spaces, hyphens and so on. Only numbers, letters and the underscore (_) are permitted.
Ask your administrator and inform yourself about the various data types for the relevant fields.