DATATYPE CHECK

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
CelesteT
Participant
Posts: 10
Joined: Wed Aug 25, 2004 4:39 pm

DATATYPE CHECK

Post by CelesteT »

I want to extract data from a sequential flat file and then load the data into an Informix database. Is there a way I can check to ensure the data types integrity from the flat file before passing it through to the database? I understand you can create a constraint in the transformer to reject any records that cannot pass through to the database (for whatever reason). Is there a function where I can check the datatype of the data prior to loading into the database?

Thanx!!!
Post Reply