Solved

Join two tables without conditions


Badge

Hi everybody.

I would like to merge all possibilities of 2 tables in once like that :

It is possible ?

Thank you very much.

icon

Best answer by erik_jan 23 May 2018, 15:59

View original

5 replies

Userlevel 2
Badge +12

You can use the FeatureMerger (or in 2018 FeatureJoiner) with join fields 1 = 1.

Badge

You can use the FeatureMerger (or in 2018 FeatureJoiner) with join fields 1 = 1.

Thank you erik_jan.

 

I tried that but it doesn't works

 

Userlevel 2
Badge +17
Thank you erik_jan.

 

I tried that but it doesn't works

 

Use the Generate List option to merge attributes from every supplier feature as list elements, then explode the list with a ListExploder.

 

 

Badge
Use the Generate List option to merge attributes from every supplier feature as list elements, then explode the list with a ListExploder.

 

 

In fact that's perfect !

 

 

Badge
Use the Generate List option to merge attributes from every supplier feature as list elements, then explode the list with a ListExploder.

 

 

Thank you @takashi! That's what I'm looking for!

Reply