[Thanks BV..You are really great..you are too good in regular expressions and file parsing
If the file contains the Point data as shown below
The output should be
[3280505, 0, 0.00128286145, 1282.8614500000 001, -201.00450099999 998]
But we are getting the output as
[3280505, 0, 1.28286145, 3, 1282.8614500000 001, -2.0100450099999 998, 2]
How to fix the above exponent data?.
-PSB
If the file contains the Point data as shown below
Code:
Sample Point *3280505 0 1.28286145-03 1.28286145E+03 * -2.01004501+02
[3280505, 0, 0.00128286145, 1282.8614500000 001, -201.00450099999 998]
But we are getting the output as
[3280505, 0, 1.28286145, 3, 1282.8614500000 001, -2.0100450099999 998, 2]
How to fix the above exponent data?.
-PSB
Comment