Page 1 of 1

Parse logic

Posted: Thu Feb 23, 2012 10:47 am
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

Posted: Thu Feb 23, 2012 9:09 pm
by kandyshandy
interview question?

Posted: Thu Feb 23, 2012 9:56 pm
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.

Posted: Thu Feb 23, 2012 10:05 pm
by ray.wurlod
Why this insistence on "without using Transformer stage"?

Posted: Fri Feb 24, 2012 1:14 am
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

Posted: Fri Feb 24, 2012 1:27 am
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?