A script for converting basic timelogs to the formats for timetracking import. Initially for [Pomodoro Prompt](https://gitlab.com/agaric/python/pomodoroprompt) to Harvest and [Business Tracker](https://gitlab.com/novawebdevelopment/business-tracker)
Find a file
benjamin melançon 1c63ab32e8 Actually we want to use regex to be sure we have a digit to multiply
Ensure we're splitting on the same asterisk we found with regex

We can tone down the regex now that we've thrown in extra cleanup,
that's coming next.
2021-04-27 22:40:17 -04:00
pomodoro_to_harvest.py Actually we want to use regex to be sure we have a digit to multiply 2021-04-27 22:40:17 -04:00
README.md Add notes on Harvest import from Sanjay 2021-04-23 11:29:33 -04:00

Parse timelogs for upload

A script for converting basic timelogs to the formats for timetracking import.

Initially for Pomodoro Prompt to Harvest and Business Tracker

Pmodoro Prompt is extremely simplistic, and only has a description field and automatically saves the date. The time unit for each entry is half an hour.

To import into a timetracking system of any sophistication, we need to parse our description and

Harvest allows CSV import, with the fields:

date,project,description

If project doesn't exist it will create a new project.