Forum Discussion

russellhq's avatar
russellhq
Regular Visitor
2 years ago
Solved

Deleting Duplicate Rows in a Data Warehouse Table?

I've created a data warehouse which has a dataflow that connects to an excel file. Each week the excel file is updated but some of the old data is still in it, so when the dataflow runs and appends t...
  • lbendlin's avatar
    lbendlin
    2 years ago

    Nothing to be proud of but if it works and doesn't break any GUIDs then so be it.

     

    Maybe add an index column to your data to avoid this in the future.