Page 1 of 1

dsexport.exe command line export of jobs in xml format

Posted: Sun Oct 11, 2009 9:01 pm
by Theenathayalan
Hi

I need to export jobs in xml format instead of dsx using command line dsexport.exe

Appreciate the help.

Thanks
Theena

Posted: Sun Oct 11, 2009 10:26 pm
by chulett
The command line only supports the dsx format. Out of curiousity, why xml?

Posted: Mon Oct 12, 2009 4:03 am
by wfis
use /xml just before the target location

Posted: Mon Oct 12, 2009 6:58 am
by chulett
That's not anything I've ever seen documented... is this something that works in 7.x or was it added in the 8.x release? :?

Awesome

Posted: Mon Oct 12, 2009 7:49 am
by Theenathayalan
wfis wrote:use /xml just before the target location
It works great.

thank you very much.

Posted: Mon Oct 12, 2009 8:03 am
by chulett
Note to self. :wink:

Please mark your post as Resolved using the button at the top of the page.

Posted: Thu Oct 15, 2009 5:57 am
by wfis
The command dsexport.exe(DS7.5) export the data stage job in xml format but it will not include the dependent components like build ops or table definations.
But DS8 dsexport xml works fine it includes all dependent components autometically without passing any specific parameter with the command.

Does anyone know how can we get the same in DS7.5 ?