How to call Unix command from Transfomer

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
vijayg
Premium Member
Premium Member
Posts: 14
Joined: Wed Oct 10, 2007 7:55 am

How to call Unix command from Transfomer

Post by vijayg »

How do I call unix command from transformer? For example how to call command 'uuencode' from transformer./
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Are you sure you want to uuencode in a transform stage - this would be executed for each and every row in the file. Much better to put this in the output sequential file "filter"
vijayg
Premium Member
Premium Member
Posts: 14
Joined: Wed Oct 10, 2007 7:55 am

How to call Unix command from Transfomer

Post by vijayg »

Thaks for the reply. I may have to do it for each row, We are planning to create XML document for each row. BTW, how to do it using "Filter" in output sequential file?


Thanks.
Vijay.
TEST
vijayg
Premium Member
Premium Member
Posts: 14
Joined: Wed Oct 10, 2007 7:55 am

How to call Unix command from Transfomer

Post by vijayg »

Thaks for the reply. I may have to do it for each row, We are planning to create XML document for each row. BTW, how to do it using "Filter" in output sequential file?


Thanks.
Vijay.
TEST
Post Reply