Forum Discussion

dehmos27's avatar
dehmos27
Frequent Visitor
7 years ago
Solved

How can I replace table column names before expanding data from multiple tables in a folder?

I am combining multiple tables in a folder. I am at the point where I can click Expand Data and expand all of the columsn. However, I need to rename some of the columns before expanding. Is there a w...
  • ImkeF's avatar
    ImkeF
    7 years ago

    No problem, this should look like so then:

     

    Table.TransformColumns(<PreviousStepName>, {{"Data", each Table.RenameColumns(_, Table.ToRows(Mappings), MissingField.Ignore)}})