Evernote export not working
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
The error message says "Could not import notes, error: INCOMPLETE_DOC (Error in line 1, token "/en-export /note /content")
Evernote doesn't offer support for its free version, so I can't report this error to them.
then go to gist.github.com
paste --> create public (or secret; doesn't matter) gist at the bottom of the screen
and provide the URL here.
You can do the same thing with e.g. hastebin.com without an account.
https://hastebin.com/cabuqimuxi.xml
class
attributes in the exported notes and this works for me. @quirkja Can you confirm that this file https://hastebin.com/oqusovixun.xml works for you as well?@adamsmith The classes like "csl-bib-body" or "csl-entry" don't have any meaning when imported into Evernote, correct? Thus, we could delete all class-attributes before exporting to ENEX-format to solve this problem.
Thanks for this. It seems to have worked for me with the hastebin file provided.
Going forward is there an easy way to export from Evernote or some sort of command I can run to scrub the class attributes before importing into Evernote?
Thanks,
However, Evernote seems to be quite picky when importing such files. There were some length constraints in some fields, some characters not allowed, and some standard HTML elements or attributes are not allowed. I tried to fix as many of these issues as I encountered, but I cannot be sure that there could also be more.
If you encounter any further problems with the import, then I would appreciate, when you can create a minimal example and provide that here, because this will take otherwise too much time for me to find out.