Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to return multiple values from unconnected lookup?

In my mapping, I am using flat files as source and target. I have to use unconnected lookup. Can somebody tell me how to return multiple values from unconnected lookup specially when we are using flat files as source and target.

I know how to return multiple values when we use relational tables. In that case, we just concat values and return as single value. Again we split those values.

Please help me.

like image 220
Vicky Avatar asked Feb 01 '26 22:02

Vicky


1 Answers

if unconnected lookup on relational table

  1. In lookup override we can concatenate two or multiple ports and return that port to expression transformation.
    1. In expression transformation extract those values.
like image 166
DoOrDie Avatar answered Feb 04 '26 00:02

DoOrDie



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!