Control characters as Delimter in a seq File

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
nansekar
Participant
Posts: 29
Joined: Mon Nov 03, 2008 6:23 am

Control characters as Delimter in a seq File

Post by nansekar »

Hi All

Is it posible to have a Control Character as delimter in datastage.
We have a requirement to geenrate a seq file with ^A as delimter.

Please let us know if we have any options to specify it in Datastage.

Source: DB2
Target: Seq File
Delimiter : 0x01( ^A)

In Addition to it , we also need the file in the UTF-8 format, Please let me the options to be specified for the same.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

When you import the table definition for the sequential file specify 001 (three digit decimal ASCII code) as the delimiter.
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