Prepare the CSV file
9 / 30
7
Example of a simple CSV file
  • A simple CSV file can look like this:
  • Name,Email,Class name
    Anna Example,anna.example@schule.de,5a
    Ben Sample,ben.sample@schule.de,5a
    Clara Test,clara.test@schule.de,6b
  • Depending on the program, a semicolon may be used instead of a comma:
  • Name;Email;Class name
    Anna Example;anna.example@schule.de;5a
  • Edumaps recognizes common CSV formats. Still, check the preview before importing.