1.1.1 • Published 5 years ago

clockify-to-eurotime v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

clockify to eurotime

Takes a csv export from a clockify details report and transforms it into a convenient format to enter in eurotime.

Example output:

02/11/2019	duration(h): 8.48	times: 	0930	1500	1601	1900
02/12/2019	duration(h): 6.78	times: 	0900	1400	1610	1725	1819	1851
02/13/2019	duration(h): 4.99	times: 	1004	1111	1154	1334	1445	1658

Continuous work periods are merge into one. E.g. 0900 1300 1300 1400 results in one entry 0900 1400

Times are tab - seperated, so you might be able to past them directly.

Important!
In order to work properly, set date & time settings in Clockify Personal Settings to MM/DD/YYYY and Time Format to 24-hours

date date settings

Usage

$ npx clockify-to-eurotime <clockfy-export.csv>

Outputs results to <cwd>/eurotime.txt

Important:

Issues

Does not account for working over midnight, the end date will still be appended to the day the work period started.

1.1.1

5 years ago

1.1.0

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago