Skip to main content
Question

I have 2 datasets and I want to do an intersection operation after 2 attributemanager transformers.

  • September 22, 2020
  • 2 replies
  • 15 views

Forum|alt.badge.img

Hi

I have 2 datasets and I want to do an intersection operation after 2 attributemanager transformers.

How to do this ?

Thanks

 

select ... intersect select ... ==> sql like

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.

2 replies

oscard
Influencer
Forum|alt.badge.img+22
  • Influencer
  • September 22, 2020

I'm not sure what you are looking for, but maybe you should try the FeatureJoiner transfomer.


Forum|alt.badge.img
  • Author
  • September 22, 2020

I don't think so. I want an intersection of 2 sets without common keys. Rather a set operation like union, minus, intersect