I was wondering how you could set the header of an csv file using another table as input.
So I have a csv file without headers and I want to add headers to it which I fetch from another file.
Ideal scenario
So I load in the csv
Merge the header value from the other file
Set the headers of the csv file from these headers
Hi,
the editor is absolutely great for things like this.
For a dynamic way to normalize column names, i.e. someone decides to change the name(s) or sequence of your headers without telling you, I can recommend the book Collect Combine and Transform Data using Power BI by Gil Raviv.