Skip to content

Converts toggl time entries into something you can import into Harvest

Notifications You must be signed in to change notification settings

wiseleyb/toggl_to_harvest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Convert Toggl Time Entries to Harvest

This is a very simple import tool for converting Toggl toggl.com time entry CSV exports to a format that you can import into Harvest www.getharvest.com/

Toggl should dump record that look similar to:

0-User,1-Client,2-Project,3-Description,4-Billable,5-Start time,6-End time,7-Duration,8-Tags,9-Task,10-Amount (USD)
Rain48,CatalogChoice,catalogchoice.org,braintree,Yes,06/21/2011 14:43,06/21/2011 17:28,02:45:20,"","",220.44

To use this simply:

git clone git://github.com/wiseleyb/toggl_to_harvest.git
cd toggl_to_harvest
ruby convert.rb _toggl-csv-file_

It will spit out a harvest compatible file with _harvest.csv. Example:

ruby convert.rb toggltime.csv
>> toggltime_harvest.csv

If you have any questions: wiseleyb@gmail.com

About

Converts toggl time entries into something you can import into Harvest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages