I need to extract multiple csv file by Power query , but i don't need top 6 lines from each csv file. I need only column header and respective data which start from line 7.
I am using following functions but rest of data showing as an error
Csv.Document([Content])
Table.PromoteHeaders([Custom])
I am using following functions but rest of data showing as an error
Csv.Document([Content])
Table.PromoteHeaders([Custom])