Vocab Artist 0 Posted February 6, 2022 Share Posted February 6, 2022 Hello, I am looking to import JSON files into evernote. These Json files contain notes from another app. I don't want to use that app anymore. Is there a way I can import these Json files into Evernote? Because Evernote Import function works only with ENEX files (or at least that's what I can see with my unpaid plan). Link to comment
Level 5* gazumped 12,065 Posted February 7, 2022 Level 5* Share Posted February 7, 2022 On 2/6/2022 at 7:57 AM, Vocab Artist said: Is there a way I can import these Json files into Evernote? Hi. No. If there's a way to convert these files (or re-export them) into HTML or a conventional document format you would be able to move them across. Link to comment
ehrt74 240 Posted February 8, 2022 Share Posted February 8, 2022 On 2/6/2022 at 8:57 AM, Vocab Artist said: Hello, I am looking to import JSON files into evernote. These Json files contain notes from another app. I don't want to use that app anymore. Is there a way I can import these Json files into Evernote? Hi! JSON is just not enough information for Evernote to know what the file means. JSON just means a sort of tree structure with a certain syntax, it doesn't define any values for keys. To the best of my knowledge there is no standardised format for notes. It would be difficult to do, because the structure of the note depends a lot on how the software uses meta information. For example, Evernote has notebooks and tags. Another note taking software may use different concepts for organising. Your best bet would be to have a look at the evernote sdk and write your own software to import the json files. 2 Link to comment
Level 5 PinkElephant 8,802 Posted February 8, 2022 Level 5 Share Posted February 8, 2022 Everything correct - in case this if possible you can as well go back to the source app and see if there is another export option. This help article describes import routines, and asks to contact support if problems arise: https://help.evernote.com/hc/en-us/articles/208314308 1 Link to comment
TheRealSarcasmO 0 Posted April 29, 2023 Share Posted April 29, 2023 There are python scripts that can help you do this. https://gist.github.com/JoelGotsch/faefe55318c97d4eee94e1afbd5a2050 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now