Sequenctial File - Delimited file - NO QUOTE CHARACTER

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
murur
Participant
Posts: 19
Joined: Wed Apr 14, 2004 7:55 am

Sequenctial File - Delimited file - NO QUOTE CHARACTER

Post by murur »

I have to generate a output file in CSV format and String MUST NOT be enlcosed by Quotes. In a Sequential File Stage --> Fromat Tab -->Quote character is expecting a character, I couldn't proceed without a value in Quate character.

Any help....
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

If you try to leave it blank, it will explain what you need to do if you want no quote characters - use "000" (three zeroes).
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

In both the quote character and delimiter character fields you can use the three digit decimal ASCII code value of the required character.

For example, to use Tab as the delimiter, specify 009.

If NLS is enabled you can also use the four digit hexadecimal Unicode code value of the required character. For example, to use Esc as the delimiter, specify 001B.
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