Newbie – Viewing FORTRAN output data on a Windows PC.
- From: David <dzb316@xxxxxxxxxxx>
- Date: Tue, 30 Oct 2007 19:24:22 -0700
I am a database developer. My client uses a legacy system that spits
out data which I must import into an Access Database. They do not
know much about the legacy program. If I view the data in a Hex
editor, it is in pairs, i.e.
2020 2020 2020 2020 2020 2020 2020 2020 2020 2020 2031 2E34 32
25 pairs = 1 field
I know that 30=0, 31=1, 32=2, 33=3…
Also 41=A, 42=B, 43=C, etc…
2E = decimal
20 = space
So the above 25 pair field = 1.42
All other pairs (, i.e. 2E, 3F, 79, etc…) get converted into
meaningless symbols, i.e. €ΩæÃÃ
I need some way to convert this output data to usable ASCII text.
I’ve tried to look for editors, converters, compilers or preexisting
code, but I’m lost.
Any suggestions would be greatly appreciated.
David
.
- Follow-Ups:
- Re: Newbie – Viewing FORTRAN output data on a Windows PC.
- From: Richard Maine
- Re: Newbie – Viewing FORTRAN output data on a Windows PC.
- Prev by Date: Re: Co-Array Fortran
- Next by Date: Re: Co-Array Fortran
- Previous by thread: OpenMPI Fortran: 'Error reading module mpi' and unexpected but silent termination
- Next by thread: Re: Newbie – Viewing FORTRAN output data on a Windows PC.
- Index(es):