Skip to content

Convert Evernote ENEX files to CSV, optionally converting note content to Markdown

License

Notifications You must be signed in to change notification settings

YuriyGuts/enex2csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

enex2csv

Convert Evernote ENEX files to CSV, optionally converting note content to Markdown.

Usage:

python enex2csv.py [-h] --input-file ENEXFILE --output-file CSVFILE [--use-markdown]

Example:

python enex2csv.py --input-file evernote.enex --output-file evernote.csv --use-markdown

CSV output fields:

  • title
  • content
  • created_date
  • updated_date
  • reminder_date
  • tags

About

Convert Evernote ENEX files to CSV, optionally converting note content to Markdown

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages