Description
Data Flow should have a step that allows to change the order of columns of a data set easily so that the data sets can be used for the Union Rows step.
Use Case and Business Need
Sometimes two data sets contain the same columns but in different order. If you want to merge these data sets using the Union Rows step you need to make sure both data sets have the same columns in the same order.
Today, you would need to either write SQL (if the source is a DB table) or play around with Select Columns or Add Columns. This is not easy to use and rather error prone.
Original Idea Number: 4a648b79fd