Export Data to total Task Labor Hours
directorofit says:
Is there anyway to export the data, e.g., to a CSV, so that I can analyze where all of my team member's time is going by Tag, etc.?
Not CSV, but if you sign up for an API you can export to JSON or XML. I've loaded the XML to Excel without any trouble to see how much time I'm spending on certain tasks or lists.
See more details here:
https://www.rememberthemilk.com/services/api/
I've personally used the "Pyrtm" Python API kit with great success but your mileage may vary.
https://www.rememberthemilk.com/services/api/kits.rtm
Let me know if you have more specifici questions as I might be able to help.
See more details here:
https://www.rememberthemilk.com/services/api/
I've personally used the "Pyrtm" Python API kit with great success but your mileage may vary.
https://www.rememberthemilk.com/services/api/kits.rtm
Let me know if you have more specifici questions as I might be able to help.
carloscadu says:
Hi robert.ward,
I obtained the API key and also downloaded "pyrtm-0.4.2.tar" from https://pypi.python.org/pypi/pyrtm, as mentioned by you.
I am quite interested in exporting RTM data to JSON or XML, but I am crude in both RTM and Python API. Actually, I tried to run bootstrap.py and setup.py from Pyrtm, but just a command line is appearing. No idea what I should do now...
Could you please just give a further clue about what to do in order to export RTM?
Thanks!
Carlos
I obtained the API key and also downloaded "pyrtm-0.4.2.tar" from https://pypi.python.org/pypi/pyrtm, as mentioned by you.
I am quite interested in exporting RTM data to JSON or XML, but I am crude in both RTM and Python API. Actually, I tried to run bootstrap.py and setup.py from Pyrtm, but just a command line is appearing. No idea what I should do now...
Could you please just give a further clue about what to do in order to export RTM?
Thanks!
Carlos
carloscadu says:
Hi robert.ward,
Thanks for availability on helping!
I could access pyrtm. I also have api_key, shared secret and token.
Could you please inform how I can get a task and its attributes through pyrtm? The attributes I need are:
- Task name
- List
- Sub-tasks related with
- Due date
- Start date
- Priority
- Tags
- Estimate
- Reminder
- URL
- Location
- Give to
- Notes
- Last-modified
Best,
Carlos
Thanks for availability on helping!
I could access pyrtm. I also have api_key, shared secret and token.
Could you please inform how I can get a task and its attributes through pyrtm? The attributes I need are:
- Task name
- List
- Sub-tasks related with
- Due date
- Start date
- Priority
- Tags
- Estimate
- Reminder
- URL
- Location
- Give to
- Notes
- Last-modified
Best,
Carlos