G
GKW in GA
I have a text file that 8 numbers per row separated by a space with a
carriage return after the last number in the row. How can I insert a carriage
return after each number in the text file so I only have 1 number per row.
In other words I want to change:
123456 123456 123456 123456 123456 123456 123456123456
To
123456
123456
123456
123456
If there is an other way to do this besides replacing the blank with a
carriage return, I am open to it
carriage return after the last number in the row. How can I insert a carriage
return after each number in the text file so I only have 1 number per row.
In other words I want to change:
123456 123456 123456 123456 123456 123456 123456123456
To
123456
123456
123456
123456
If there is an other way to do this besides replacing the blank with a
carriage return, I am open to it