There are two datasets that have common columns and individual columns. Two data sets don't have same keys connected. I just want to concatenate or union two datasets into one dataset. Is there any "Union" or "Concatenate" node to achieve this? I tried merge or join node that don't work because there is no common key in two data set.
Use the CAT node with the UNION option.. you'll get the two recordsets end-to-end with the common columns populated, and NULL in the non-common columns (or use the INTERSECTION option if you want to actually drop the non-common columns)
Thank you Stony! This is very helpful!
The node search functionality was enhanced in release 3.4.0 to allow you to use common terms to find nodes. So, for example, you can now enter "union" or "concat" and the results will identify the Cat node.
Product SupportCommunity FAQContact Us
Terms of UseLegalPrivacy NoticesTrademarks Your Privacy ChoicesCalifornia Privacy NoticesCookie Settings