schema record definition for a zipped input 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
psriva
Participant
Posts: 44
Joined: Fri Aug 11, 2006 8:40 am

schema record definition for a zipped input file

Post by psriva »

I am trying to read an input file that has been compressed with gzip and I am trying to uncompress it with the expand stage.
My problem is specifying the schema for the input file. How should the schema be?
ps
prabu
Participant
Posts: 146
Joined: Fri Oct 22, 2004 9:12 am

Re: schema record definition for a zipped input file

Post by prabu »

psriva wrote:I am trying to read an input file that has been compressed with gzip and I am trying to uncompress it with the expand stage.
My problem is specifying the schema for the input file. How should the schema be?
use gunzip and see the structure[hope you have column header]
bcarlson
Premium Member
Premium Member
Posts: 772
Joined: Fri Oct 01, 2004 3:06 pm
Location: Minnesota

Post by bcarlson »

Post Reply