Jump to content
  • 0

Export notes to excel


encinas@gecebrokers.com

Idea

2 replies to this idea

Recommended Posts

  • Level 5*
13 hours ago, encinas@gecebrokers.com said:

I need to export notes from Evernote to excel, due to Evernote don´t let change dates in group.

I would like to export these notes to Excel and change dates in group, then load them again.

Also I would like to do this with notifications.

The "load them again" will be a problem. 
Yes, you can make changes on your Mac, but they will be over-written by the master copy on the Evernote servers

My solution would be to script the updates using Applescript
An example of the script line to set a date is
        tell application "Evernote" to set modification date of theNote to thedate

Not sure what you mean about "notifications"

Link to comment
  • Level 5*
11 hours ago, encinas@gecebrokers.com said:

I need to export notes from Evernote to excel, due to Evernote don´t let change dates in group.

I'm not sure exactly what you want to accomplish, but here is an AppleScript that sets the Note Creation Date to a date string selected in the Note.  You could easily modify it to set the Modification Date and/or get the new date string from a prompt, or other source.

EN Set Note Creation Date from Selection 

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...