Add notes on Harvest import from Sanjay
This commit is contained in:
parent
12e7625d4a
commit
23a7b70015
1 changed files with 12 additions and 1 deletions
11
README.md
11
README.md
|
@ -3,3 +3,14 @@
|
|||
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)
|
||||
|
||||
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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue