Tab delimiter

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
ravij
Premium Member
Premium Member
Posts: 170
Joined: Mon Oct 10, 2005 7:04 am
Location: India

Tab delimiter

Post by ravij »

Hi,

As my source file is in Tab dilited format, I have to use TAB as delimiter in Sequential file. How to enter the TAB as delimiter in the delimiter field.

when I tried in search, I am getting the error like this:

[/quote]Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 103 bytes) in /home/www/dsxchange/search.php on line 538

Please help me how to solve this issue

Thanks in advance.
Ravi
sachin1
Participant
Posts: 325
Joined: Wed May 30, 2007 7:42 am
Location: india

Re: Tab delimiter

Post by sachin1 »

put 009 for horizontal tab and try it out.
Govindarajan
Participant
Posts: 24
Joined: Mon Jul 12, 2004 10:16 am

Re: Tab delimiter

Post by Govindarajan »

The predifined delimiters are available as a list Stage->Output->Format properties. The available delimiters are

whitespace
end
none
null
comma
tab

choose tab here. if any thing other than the mentioned above you can directly type the character.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Not in server jobs, they're not! Use either a three-digit decimal ASCII value (such as 009 for tab) or a four-digit hexadecimal Unicode value.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply