CSV and XML reports in TaskJuggler III

96 views
Skip to first unread message

Dmitri Pissarenko

unread,
Mar 2, 2010, 8:15:12 AM3/2/10
to taskjugg...@googlegroups.com
Hello!

I want to create 2 reports:

1) CSV file with all tasks. For each task, its ID, name and end date
should be listed.

2) Any file (e. g. XML), which contains

a) IDs, names and end dates of all tasks and
b) dependencies between tasks.

How can I do this in TaskJuggler III?

Thanks in advance

Dmitri

JohnZ

unread,
Mar 2, 2010, 3:39:31 PM3/2/10
to TaskJuggler Users

On 2 Mrz., 14:15, Dmitri Pissarenko <dmitri.pissare...@gmail.com>
wrote:


> Hello!
>
> I want to create 2 reports:
>
> 1) CSV file with all tasks. For each task, its ID, name and end date
> should be listed.

taskreport status "tasks" {
formats csv
columns id, start, end
}

>
> 2) Any file (e. g. XML), which contains
>
> a) IDs, names and end dates of all tasks and
> b) dependencies between tasks.
>

XML is not supported at the moment....

only csv, html and niku

best regards

JohnZ

Dmitri Pissarenko

unread,
Mar 2, 2010, 4:12:10 PM3/2/10
to taskjugg...@googlegroups.com
Hello!

Thanks for your answer!

>> 2) Any file (e. g. XML), which contains
>>
>> a) IDs, names and end dates of all tasks and
>> b) dependencies between tasks.
>>
>
> XML is not supported at the moment....
>
> only csv, html and niku

Does a niku file contain data on dependencies between the tasks?

Can I parse a niku file in my own program, e. g. Java ? Somewhere I
read that niku files are XML-based.

Thanks in advance

Dmitri Pissarenko

JohnZ

unread,
Mar 2, 2010, 4:33:42 PM3/2/10
to TaskJuggler Users

> Does a niku file contain data on dependencies between the tasks?
>
> Can I parse a niku file in my own program, e. g. Java ? Somewhere I
> read that niku files are XML-based.
>

Right it's xml but it contains no task dependencies just
resource allocations for certain tasks.

Refer "http://www.taskjuggler.org/tj3/manual/nikureport.html"
for more details.

best regards

JohnZ

Reply all
Reply to author
Forward
0 new messages