Processing date fields with RCP

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
leomauer
Premium Member
Premium Member
Posts: 100
Joined: Mon Nov 03, 2003 1:33 pm

Processing date fields with RCP

Post by leomauer »

Our jobs are using Runtime Column Propagation.
What I need is to dynamically analyze the incoming layout and if the field data type is Date or Timestamp, then do some logic for each of those fields.
I am thinking of Custom Stage, but I do not know the functions to access the incoming layout information and build the logic on it.
Or maybe there is other method?
jwiles
Premium Member
Premium Member
Posts: 1274
Joined: Sun Nov 14, 2004 8:50 pm
Contact:

Post by jwiles »

A custom operator would fit the bill. The Custom Operator Reference document will give you a lot of information. Here is the version for IS 8.7. You can also Google/Bing/whatever for it for other releases.

Regards,
- james wiles


All generalizations are false, including this one - Mark Twain.
Post Reply