I have a very basic requirement to reorder the columns in ADF dataflow activity based on columns i provide in parameters.
For eg :
if the order of columns in source is [col5,col3,col4,col2,col1] i want to reorder it to [col1,col2,col3,col4,col5] parametrically.
([col1,col2,col3,col4,col5] -> i want to provide this order during runtime)
Does ADF supports something like this?


