Jack Adams Posted March 10, 2023 Share Posted March 10, 2023 (edited) Hi! There are two data managers in which some columns have different names. Although the names are different, the columns in the two datasets are expressions of the same variables. Since the data mangers have the same structure I would like to concatenate them (using the concat task) into one data manager, but I would like to avoid renaming all the columns. How can I do this? Edited March 10, 2023 by Jack Adams Want to know more? Link to comment Share on other sites More sharing options...
Nicola Alchera Posted March 13, 2023 Share Posted March 13, 2023 Hi! The solution is to use a positional concat. First you have to make sure that the columns are ordered the same way in the two datasets. Then you link the two datamanagers to a concat. Open the concat task: in the "options" menu, select concatenation by position 1 Want to know more? Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.