Thread: Export
View Single Post
I am trying to do an export similar to the spreadsheet export.

The spreadsheet export is pretty good but is a bit limited as it is missing important fields for me like (taken from applescript dictionary):

I have figured out some things of how to pull things, the only problem I am having is that the ID is not the numeric number that I am seeing in the spreadsheet (I know the alphanumeric one is the actual id), but I am looking to find some way to create something similar and tie it together in the same format.

1 Project
1.1 Task

Basically tying tasks to projects. Now I think that I can probably pull the projects initially with their ID's and then feed it back through and pull out specifics per projects.

But is that the best way to do it??

Last edited by Yury; 2012-12-14 at 07:35 PM..