Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

if not tMap so what else ?

Hello ! 0683p000009MACn.png 

I'm a noob with talend (I'm on 7.2) and I need your help to resolve this issue :


I have this kind of input

Type Value

A X
A&B Y
B Z


And I want this as Output :

Type Value

A X
A Y
B Y
B Z

 

I thought I could use 2 tMap, one with 'A kind' and 'B kind' ouputs and the other one bringing back rows together.
But it seems that a tMap can't have 2 input with a common origin.

I read that using an input and output file as a buffer wich talend do not consider as the same origin was a solution for using tMap,Although I wonder if there is a "legit" solution, with an appropriate component

Labels (1)
  • v7.x

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi
I think tNormalize component can fit your need, please read the component documentation and learn this component.

Regards
Shong

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi
I think tNormalize component can fit your need, please read the component documentation and learn this component.

Regards
Shong
manodwhb
Champion II
Champion II

@styxim ,check the below solution works for your use case.

 

0683p000009M8KI.png0683p000009M80S.png