G
Guest
I'm trying to remove specific lines from text files.
I need to always remove lines 1 thru 8 and lines 10 and 11 from text files.
Seems like a simple task, but I'm not getting it.
I'm reading the file via webresponse as a stream and then trying to remove
the lines before parsing it and then writing it to an sql table.
Any ideas on how I can accomplish the line removal/deletion?
Thanks,
Paul
I need to always remove lines 1 thru 8 and lines 10 and 11 from text files.
Seems like a simple task, but I'm not getting it.
I'm reading the file via webresponse as a stream and then trying to remove
the lines before parsing it and then writing it to an sql table.
Any ideas on how I can accomplish the line removal/deletion?
Thanks,
Paul