F
Frank
Hello,
I have a fixed length text file that I want to import using c#.
I want to read each line and break it apart.
The problem is when I read a line, the data is not in a fixed position, so I
cannot substring it out.
The line ends with hex 0d 0a
If I open the file in Wordpad, it looks ok, all data lines up.
How can I resolve this?
Thanks
Frank
I have a fixed length text file that I want to import using c#.
I want to read each line and break it apart.
The problem is when I read a line, the data is not in a fixed position, so I
cannot substring it out.
The line ends with hex 0d 0a
If I open the file in Wordpad, it looks ok, all data lines up.
How can I resolve this?
Thanks
Frank