Jump to content

Recommended Posts

Posted

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"
  • Thanks 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...