Skip to content

ADIF file can't be imported

Andreas Kristiansen edited this page Oct 12, 2021 · 8 revisions

In most cases, this is caused by an ADIF-file that do not follow the specifications. The file must include the <EOH> tag. The tag indicates "end of header", and is placed at the top of the file, after the header text. The import looks for this, and will fail if this does not exist.

Each line also needs to be terminated by an <EOR> tag.

If you can't figure out the problem, raise an issue in Github. Include the ADIF-file you are having trouble with. It is impossible to know why the import fails without the file.

Clone this wiki locally