selfboot / html2notion

This tool can accurately convert HTML to Notion notes and is also useful for exporting Evernote notes to Notion.
MIT License
99 stars 3 forks source link

body failed validation: body.properties should be defined, instead was `undefined`. #17

Open okhiwell opened 6 months ago

okhiwell commented 6 months ago

when I use your tools to batch process the html files, I got the Fail Reason below: body failed validation: body.properties should be defined, instead wasundefined.

I wonder if html2notion can parser all html grammer?

selfboot commented 6 months ago

html2notion can NOT parser all html grammer. Right now, It can only work with some of the html formats that I've come across from Evernote's exports.

ludofigueiredo commented 6 months ago

Hello, same problem with an Evernote HTML export.

Do I have to do something more? The code could help me so much. Have a nice day

selfboot commented 6 months ago

Hello, same problem with an Evernote HTML export.

Do I have to do something more? The code could help me so much. Have a nice day

Can you upload your html file? I need this file to fix the problem

ludofigueiredo commented 5 months ago

Hello, here is the code: https://github.com/ludofigueiredo/evernoteToNotion

Best regards