I have two data sets that I want to compare and at the end I want to generate a table with the difference. How best I can do this?. Within those two data sets, some of the columns are same and some not.
Data tables are like this
Data set A:
Data set B: . Basically I want to see that If a property has disconnected status in data set A, it should not be present in data set B. If it’s present then generate a table with those property name, no, area, Tax.
@izaychik63 Thanks For you reply. I used these two nodes. In joiner I used left outer joiner, but it’s giving me more rows than what I have in Data Table A.