Istool Exporting objects individually

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
SIHM
Premium Member
Premium Member
Posts: 52
Joined: Fri Oct 18, 2013 3:56 am

Istool Exporting objects individually

Post by SIHM »

Hello,

I am looking to export objects individually using Istool but I can only see -ar option to export it all to an archive.

Is there an option to export objects individually or do I have to use the old dsx format and then split it.

Additionally, can istool export objects in the dsx text format or is it only in binary ?

Thanks

Colin
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

or you can use dsexport with /job and automate it in a batch program.
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
SIHM
Premium Member
Premium Member
Posts: 52
Joined: Fri Oct 18, 2013 3:56 am

Post by SIHM »

I like the idea in istool of exporting by category and including dependant objects but creating separate files that can be archived correctly.

Is this possible ?

Thanks
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

I think this post and linked posts in there can give you some idea about it.
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
SIHM
Premium Member
Premium Member
Posts: 52
Joined: Fri Oct 18, 2013 3:56 am

Post by SIHM »

I wrote a DS job which previews all assets to a text file then I constructed a job to create a shell script to read them and export them individually
Post Reply