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: 
kakooo16
Creator
Creator

How to do a join in tMap with value containing the other

Hello

Supposed that i have a table A (columnA , columnB)

And tableB (columnC,columnD)

----'------------------'-------​

ColumnA | column B

----'--------------------------

123456Ab | ok

------------------------------'

-------------------------------

ColumnC | ColumnD

--------------------------------

1234 | jack

---------------------------------

how To do my join if columnC contains ColumnA

I tried to do the match with contains​ but i didn t get a rzsult .

Any suggestion .

Thanks

Labels (2)
1 Reply
wcfsmart
Contributor
Contributor

Hi,

 

On talend, there is no join option call "contains"

 

My suggestion:

1) you do a cross join (add the two tables and that's all)

 2) filter the output using contains

 0695b00000GflFiAAJ.jpg 

Here is the res0695b00000GflFOAAZ.jpgult: