Error importing notes from format: enex

Operating system

Windows

Joplin version

3.6.14

Desktop version info

Joplin 3.6.14 (prod, win32)

Device: win32, 11th Gen Intel(R) Core(TM) i7-11850H @ 2.50GHz
Client ID: 0ca98eca087a415eb08d3ca3d298165f
Sync Version: 3
Profile Version: 49
Keychain Supported: Yes
Alternative instance ID: -
Sync target: OneDrive
Editor: Markdown

Revision: 7e2765a

Backup: 1.5.1
Freehand Drawing: 4.3.0

What issue do you have?

Body

  • Input format: enex
  • Output format: md

Errors

Error: Line 992096:0: "FOR YOUR OWN GOOD": Unclosed root tag
Line: 992096
Column: 0
Char: 
    at error (file:///C:/Users/rjgos/AppData/Local/Programs/Joplin/resources/fork-sax/lib/sax.js:651:10)
    at strictFail (file:///C:/Users/rjgos/AppData/Local/Programs/Joplin/resources/fork-sax/lib/sax.js:677:7)
    at end (file:///C:/Users/rjgos/AppData/Local/Programs/Joplin/resources/fork-sax/lib/sax.js:658:47)
    at SAXParser.end (file:///C:/Users/rjgos/AppData/Local/Programs/Joplin/resources/fork-sax/lib/sax.js:154:24)
    at SAXStream.u.end (file:///C:/Users/rjgos/AppData/Local/Programs/Joplin/resources/fork-sax/lib/sax.js:248:18)
    at ReadStream.onend (node:internal/streams/readable:950:10)
    at Object.onceWrapper (node:events:622:28)
    at ReadStream.emit (node:events:508:28)
    at endReadableNT (node:internal/streams/readable:1729:12)
    at processTicksAndRejections (node:internal/process/task_queues:90:21)

Error: Line 992096:0: "FOR YOUR OWN GOOD": Unexpected end
Line: 992096
Column: 0
Char: 
    at error (file:///C:/Users/rjgos/AppData/Local/Programs/Joplin/resources/fork-sax/lib/sax.js:651:10)
    at end (file:///C:/Users/rjgos/AppData/Local/Programs/Joplin/resources/fork-sax/lib/sax.js:662:7)
    at SAXParser.end (file:///C:/Users/rjgos/AppData/Local/Programs/Joplin/resources/fork-sax/lib/sax.js:154:24)
    at SAXStream.u.end (file:///C:/Users/rjgos/AppData/Local/Programs/Joplin/resources/fork-sax/lib/sax.js:248:18)
    at ReadStream.onend (node:internal/streams/readable:950:10)
    at Object.onceWrapper (node:events:622:28)
    at ReadStream.emit (node:events:508:28)
    at endReadableNT (node:internal/streams/readable:1729:12)
    at processTicksAndRejections (node:internal/process/task_queues:90:21)

Hi,

Depending on the data that you have in Evernote there is always the possibility for some bumps in the road on the import.

I have an alternate solution for you which is what I did.

On GitHub there are two programs that work together. The first exports all of your notebooks and allows you to put them all in one folder. Then you run the second program which converts all of the.enex files to .md

Then you can import those and you might get better results.

Here is a link to the info that I have posted in Joplin for running these two apps.

Thanks so much, Leo. I'll give those a shot.