Mike Harris Posted April 12 Share Posted April 12 Hi all! The Join task changes the order of the rows of my dataset. Is it possible to keep the original order after the Join? Thank you! Want to know more? Link to comment Share on other sites More sharing options...
Nicolò Posted April 20 Share Posted April 20 Hi! The Join task sorts the rows by matching attributes for joining dataset. To get the original order after the join you can: add an attribute "start_ord" before the Join task fill "start_ord"=enum() perform the Join task sort ascending the resulting dataset by "start_ord" 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.