08-15-2017 08:21 PM
I am trying to do a simple inner join between two document stream but facing the below error :
I did select the option as Unsorted
but still it fails with reason Not Ascending order
12-06-2021 06:32 AM
Try to parse the join fields as strings and sort both inputs before the join operation.
Regards,
Spiro Taleski
02-03-2020 09:36 PM
Changing the ORDER BY to Unsorted
or adding Sort Snap before the Join fixed the issue.