Search found 2 matches

by rajesh450
Fri Jul 02, 2010 12:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xml input stage parsing &apos and &quot to ' and &q
Replies: 1
Views: 2022

I'm able to solve this proble using unix commands which do these conversions..
by rajesh450
Wed Nov 18, 2009 10:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Selecting only specific columns from a file in unix
Replies: 19
Views: 3999

you can use below unix command in sequential file stage

cut -d"," f1,f2 <filename>
where f1&f2 are filed names