Hi All,
I have a txt file where the data has blank as delimiters but there are multiples blank lines in between as well.
1.At the top I have a date
2. My Headers details start from line 5
3. My Line 6 is blank line
4 . My Main data starts from line 7
Below is just a rough sample
12/12/203
Name Date CLass
Sam 12/11 A
I tried using the space delimiter and tried to import the file but unable to process it. Its still give me error .
Any help help will be really appreciated.