From 23a7b7001596e4e16d770a9cb77d1cddc20767d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 23 Apr 2021 11:29:33 -0400 Subject: [PATCH] Add notes on Harvest import from Sanjay --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a8d665..3518a78 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,15 @@ 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) \ No newline at end of file +Initially for [Pomodoro Prompt](https://gitlab.com/agaric/python/pomodoroprompt) to Harvest and [Business Tracker](https://gitlab.com/novawebdevelopment/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. +