Create a seq file using '||' (double pipe) as delimiter

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
vimalvik
Premium Member
Premium Member
Posts: 19
Joined: Tue Feb 21, 2006 5:56 am
Location: India

Create a seq file using '||' (double pipe) as delimiter

Post by vimalvik »

Hi

Requirement is to create a sequential file having double pipe (||) as delimiter.

But in DS i am only able to put single pipe in delimiter option.
It is not allowing to place ||, is there any way to do that in DS?
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Look for delimiter String.
keshav0307
Premium Member
Premium Member
Posts: 783
Joined: Mon Jan 16, 2006 10:17 pm
Location: Sydney, Australia

Post by keshav0307 »

pad (||) in all columns except the last column
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Why? If there was no other option then that would be a 'work around', sure, but the Delimiter String property should solve this easily.
-craig

"You can never have too many knives" -- Logan Nine Fingers
zhzhs
Participant
Posts: 13
Joined: Mon Nov 13, 2006 10:40 pm
Location: china

Post by zhzhs »

Sainath.Srinivasan wrote:Look for delimiter String. ...
yes
I have a baby
Post Reply