Column reordering in Pipeline Builder

Is there any other way to reorder columns in Pipeline Builder other than using “select columns”?

If it’s an intermediary transform then I would use select. Is there a particular reason you would rather not use select?

If it’s the output, you can drag and reorder the columns using the 8 dots on the far left of each column (see screenshot below)

1 Like

This still uses select columns, but one trick that helps me is pasting an ordered list of columns from MS Notepad into the select columns transform. The transform accepts column names separated by either commas or new lines.

1 Like

Thank you very much for your response!