How to return multiple values from unconnected lookup?

Vicky picture Vicky · Apr 2, 2013 · Viewed 7.4k times · Source

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.

Answer

DoOrDie picture DoOrDie · Dec 29, 2015

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.