I have 2 excel sources the data flow, on the excel source I have IsSorted property set to true and the SortKeyPosition set to 1 on one of the columns, each flow goes into a synchronous script component that assigns values to some of the columns then both outputs go to a merge join task.
the merge component complains because the inputs are not sorted, when I look at the metadata of the outputs from the script component I can see the sortKeyPosition set for the column set to 1 so i'm thinking it could be the IsSorted property for the output being reset in the script task, is there a way to set it to true?
I tried advanced editor but no luck.