I need to add aditional Numeral
Posted: Tue Dec 09, 2008 4:28 am
Hi all,
I have a text file with coordinate values as well as a height value.
Easting, Northing, Height
eg,
319773.76,6242000.07,18.74
319379.98,6242000.02,7.33
319422.22,6242000.00,4.43
After each of the decimal points I need to add an additional zero to make 3 decimal places. I can do it easy enough for the Easting and the Northing values, but can not find an answer to include the zero into the variable length "Height" value.
I have two thousand text files with about 200,000 lines in each of the text files
Can anyone see a scripting route I can take to fix my dilema.
Many thanks in advance.
I have a text file with coordinate values as well as a height value.
Easting, Northing, Height
eg,
319773.76,6242000.07,18.74
319379.98,6242000.02,7.33
319422.22,6242000.00,4.43
After each of the decimal points I need to add an additional zero to make 3 decimal places. I can do it easy enough for the Easting and the Northing values, but can not find an answer to include the zero into the variable length "Height" value.
I have two thousand text files with about 200,000 lines in each of the text files
Can anyone see a scripting route I can take to fix my dilema.
Many thanks in advance.