Mike Harris Posted April 12, 2023 Posted April 12, 2023 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!
Nicolò Posted April 20, 2023 Posted April 20, 2023 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now