Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mnich0ls/day-one-csv-importer
Imports existing journal entries to DayOne
https://github.com/mnich0ls/day-one-csv-importer
Last synced: 2 months ago
JSON representation
Imports existing journal entries to DayOne
- Host: GitHub
- URL: https://github.com/mnich0ls/day-one-csv-importer
- Owner: mnich0ls
- Created: 2016-02-10T16:18:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-10T16:43:34.000Z (almost 9 years ago)
- Last Synced: 2024-08-08T00:44:21.977Z (6 months ago)
- Language: Ruby
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - mnich0ls/day-one-csv-importer - Imports existing journal entries to DayOne (Ruby)
README
# day-one-csv-importer
Imports existing journal entries to DayOneA simple ruby script that utilizes [jrnl][jrnl] for adding entries from a CSV file to your [DayOne][dayone] journal.
# Requirements:
[Install jrnl][jrnl_install]. Be sure to read their documentation and complete [this step] [jrnl_dayone_config] so that you can write entries to [DayOne][dayone].Your CSV of entries should not have any headers, but must have columns ordered in the following format:
`date,title,body`
example:
`2/10/2016 8:20am,My First Entry,This is my first entry...`
# Usage:
With the script and the CSV file in the same directory, run:
`$ ruby dayone_importer.rb your_csv_filename.csv`
The script will print out the entries as it imports them to [jrnl][jrnl].
[dayone]: http://dayoneapp.com
[jrnl]: http://maebert.github.io/jrnl/
[jrnl_install]: http://maebert.github.io/jrnl/installation.html#installation
[jrnl_dayone_config]: http://maebert.github.io/jrnl/advanced.html#dayone-integration