thunderkid
Technical User
I have a special challenge in working with extracting data from text files. Below is the format of text file that I would like to extract data:
1111 bbbbbbbbb
3333333333333333333333333333333333333
ddddd 55555 eeeeee 777777
2222 cccccccc
8888888888888888888888888888888888888
fffff 99999 gggggg 999999
Desired output:
1111 bbbbbbbbb 55555 777777
2222 ccccccccc 99999 999999
Any help or assistance is appreciated.
1111 bbbbbbbbb
3333333333333333333333333333333333333
ddddd 55555 eeeeee 777777
2222 cccccccc
8888888888888888888888888888888888888
fffff 99999 gggggg 999999
Desired output:
1111 bbbbbbbbb 55555 777777
2222 ccccccccc 99999 999999
Any help or assistance is appreciated.