Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: ryehI'm not sure what your end goal is, but often times when the columns are dates, it helps to pivot (use Pivot Names to Data) so that each date becomes a record.
But if you do want to re-arrange the order of the columns, I would use the Change Metadata node. I first use the Data Analyzer to pull in the field names. The field names are then split into two groups - those that have the CCYY-M-D format and those that don't. The ones with the CCYY-M-D format is then sorted, then merged with the rest. The result can then be used as an input to the Change Metadata node.
Attachments:
reorderColumns.brg