Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
since_1995
Contributor III
Contributor III

How to do Outer join in Talend

Hello,

I have location id , lat and long -- considering it as origin

and also customer id with lat and long

considering it as

destination.

now i have to use the distance matrix api and find the distance from each origin address to each destination addresses.

i don't have any common id between these two, how can i do a outer join in talend

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi

Don't set any join key, it will output 3*5=15 rows if you have 3 origin data and 5 destination.

 

Regards

Shong

View solution in original post

3 Replies
Covid19
Creator
Creator

Hi @Since 1995​,

 

you can do the join in a tMap

0695b00000Sr5lPAAR.pngOr try with tFuzzyMatch0695b00000Sr5mhAAB.png 

Kind regards,

😷19.

since_1995
Contributor III
Contributor III
Author

This doesnt seems to be working because i do not have any common key id's to match the origin and destination

 

Sorry for the wrong tittle, the requirement is to do a cross join

 

location id , lat and long -- considering it as origin

customer id , lat and long --considering it as destination

 

I want one origin to join with all the destination

suppose if i have 3 origin and 5 destination, the total count should be 3*5=15

 

Anonymous
Not applicable

Hi

Don't set any join key, it will output 3*5=15 rows if you have 3 origin data and 5 destination.

 

Regards

Shong