C
Catalin Porancea
Hello,
I have a txt file that I need to validate before importing in a database. In
order to be valid, the file needs to have a header, records and a trailer.
How do I read only the first and the last line in the file and load them in
2 strings so I can compare them?
Thank you.
Catalin
I have a txt file that I need to validate before importing in a database. In
order to be valid, the file needs to have a header, records and a trailer.
How do I read only the first and the last line in the file and load them in
2 strings so I can compare them?
Thank you.
Catalin