Parse logic

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
dr.murthy
Participant
Posts: 224
Joined: Sun Dec 07, 2008 8:47 am
Location: delhi

Parse logic

Post by dr.murthy »

Hi any one could help me to get out this scenario with out using tranformer stage ..

ource
------
A,A1 A2 A3,B
z,Z1 Z2 ,C
Y,Y1,D

o/p
---
A,A1,B
A,A2,B
A,A3,B
Z,Z1,C
Z,Z2,C
Y,Y1,D


Thanks
in advance
D.N .MURTHY
kandyshandy
Participant
Posts: 597
Joined: Fri Apr 29, 2005 6:19 am
Location: Singapore

Post by kandyshandy »

interview question?
Kandy
_________________
Try and Try again…You will succeed atlast!!
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Not only that, but a question that has been asked at least once in the past. Clearly dr.murthy's Search button doesn't work!

Of course, meaningful subject likes like "logic required" don't really help future searchers. May as well be brutally honest, and just specify "Gimme" as the subject line!

This one seems like a reasonably straightforward pivot, maybe with some upstream parsing.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Why this insistence on "without using Transformer stage"?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
virtusadsuser
Premium Member
Premium Member
Posts: 16
Joined: Thu Jan 12, 2012 2:10 am
Location: India

Post by virtusadsuser »

With transformer i have to create three output links to make one record into three records , generally i have to create max of 54 records for each input records so i hope its not a good method to use trasformer
Dream...Dare...Do
kandyshandy
Participant
Posts: 597
Joined: Fri Apr 29, 2005 6:19 am
Location: Singapore

Post by kandyshandy »

virtusadsuser wrote:With transformer i have to create three output links to make one record into three records...
Is that so? ;) Did POC already?
Kandy
_________________
Try and Try again…You will succeed atlast!!
Post Reply