Hi,
I have fixed width file which has data as follows. My data is not getting correctly loaded as few columns have blank strings (blank data).
0000 ABC 1 2
0000 PQR 1 2
0000 LMN
0000 XYZ
0000 ABC 1 2
0000 PQR 1 2
All data is getting loaded properly still blank rows are not there, due to blank rows data is getting distributed in weired format.
Please let me know how to overcome the issue.
Thanks,
Abhiyanta