I have a file that has multiple lines exactly 4 lines per product.
I would like to combine every two lines into one line.
E BRG 100023 0000 00000545
Z BRG 100023 GASOHOL TEST KIT
The two lines below - The actual file has about 24,000 lines.
I have been working in this for a while now. And I boils down to me just being stupid.
I was thinking of a counter and reset every two lines.
Any help would be greatly appreciated!
I would like to combine every two lines into one line.
E BRG 100023 0000 00000545
Z BRG 100023 GASOHOL TEST KIT
The two lines below - The actual file has about 24,000 lines.
I have been working in this for a while now. And I boils down to me just being stupid.
I was thinking of a counter and reset every two lines.
Any help would be greatly appreciated!