I have a text file that I need to modify. It contains about 100 or so lines formated as follows:
123456789*DOE JOHN A *PY*SUPER HERO *179250*026450*000000*68*026450* *000000* *000000* *000000* *000000
What I need to do is insert decimal points at specific places so it looks like this:
123456789*DOE JOHN A *PY*SUPER HERO *1792.50*0264.50*0000.00*68*0264.50* *0000.00* *0000.00* *0000.00* *0000.00
Can someone point me in the right direction please?
I had to wrap these in code tags to try to preserve the whitespace... it's the only way I could find to do it. :icon_rolleyes:
They're also one line of text, so "Toggle Plain Text" will show closer to what they really are.