How to perform below scenarios

Source
id,name
1,a
2,d
3,c
Target
detail
((1/a)(2/b)(3/c))

Showing Answers 1 - 6 of 6 Answers

XYZ

  • Feb 3rd, 2015
 

Using a Union Transformation

  Was this answer useful?  Yes

Manas

  • Feb 4th, 2015
 

We can use expression transformation here in which we can define variables that store the string in the below mentioned way:
var1=var1||(||id||/||name||)
output_port=(||var1||)
After this we can use aggregator where we do not group by any of the ports so that it returns just the last row which will hence have the desired output.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions