Jump to content

Import from Momonote


Recommended Posts

I have 10 years of notes in Momonote and would like to move these to Evernote.

The only export option from Momonote is to csv file(s). Opening one of these csv files in Excel has each note on a separate line. The first column is the creation date and time. The 2nd column is the note and subsequent columns are tags (if any). Momonote is pretty basic - there is no formatting on the text (fonts, etc.) other than paragraphs.

Is there a way to convert this to an enex file that could be imported into Evernote and would preserve the creation dates of the notes? Or a way to directly import the csv files?

  • Like 1
Link to comment
  • 4 months later...
  • Level 5*

Continuing a discussion from @Peterppp, we have two steps for an import using Applesccript

  1. Processing the .csv file to produce for each note: date, content, tags
  2. Creating a note in Evernote

 

Step 1 (Processing the .csv file)

There are notes at https://discussion.evernote.com/forums/topic/112095-exporting-from-apple’s-numbers-spreadsheet-to-evernote/?do=findComment&comment=498008

 

Step 2 (Creating a note in Evernote)

tell application "Evernote"
     
set theNote to create note with text theContents title theTitle tags theTags created theDate
end tell

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...