Skip to main content
Solved

Join two tables without conditions

  • May 23, 2018
  • 5 replies
  • 289 views

geo-x
Supporter
Forum|alt.badge.img+6

Hi everybody.

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

It is possible ?

Thank you very much.

Best answer by erik_jan

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

5 replies

erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • Best Answer
  • May 23, 2018

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


geo-x
Supporter
Forum|alt.badge.img+6
  • Author
  • Supporter
  • 89 replies
  • May 23, 2018

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

 


takashi
Celebrity
  • 7843 replies
  • May 23, 2018
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.

 

 


geo-x
Supporter
Forum|alt.badge.img+6
  • Author
  • Supporter
  • 89 replies
  • May 23, 2018
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 !

 

 


Forum|alt.badge.img
  • 6 replies
  • September 30, 2019
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!