Convert txt to Excel (.txt file which contains multiple headers)

I have txt file which contains multiple headers and want to remove unwanted headers and retain only the required one,
I have attached the .txt file which i want to convert to excel.
i want to remove first three lines and make fourth line as an header
Multiple Headers.txt (70.2 KB)

Solved using if condition in the for each loop to check and remove the multiple headers.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.