What I need to do is move a column of text over to another part of the file, however each line needs to be a specific amount of spaces at the end and I cannot copy the lone column over because it wraps to the next line.
Is there anyway to do this? A very primal way to put it would be this:
A B C D E
1 2 3 4
1 2 4 5
1 2 4 5
1 2 4 5
1 2 4 5
So I have to move the "5"'s over under the C. Each line had to be 150 characters each for it to work properly. I've tried moving it to excel to move the column over however once we export it to a text file all of the configurations get messed up and we can not use it.