What are the required import informations?

The app imports word lists as CSV (.csv) files.

The format requirements are

  • Each line represents one word
  • Individual fields are separated by a vertical bar (|)
  • The only required field is the word itself

For Example

Haus
gehen
schön

You can optionally include additional information by separating each field with | for example

Haus | Noun | A1 | building to live in
gehen | Verb | A1 | #move
schön | Adjective | A1 | #group1

Supported optional fields include

  • Word Type
  • Tags
  • Level
  • Grammar
  • Basic forms
  • 1st Translation
  • Note
  • Denotations
  • Usages
  • Example
  • Example Translation

Good to know

For backups or sharing, it is recommended to export both Word and Word Type, as this preserves more information. However, only the word itself is required when importing a CSV file.