Neil Toulouse
Programmer
Hi guys!
I have a process that strips out data from a large text file which contains around 28 million records, each record in the text file terminated by a carriage return. I am using low-level file functions to strip out the data.
Is there a quick way of determining how many rows exactly are in the text file, so I can create a progress indicator?
Thanks
Neil
I like work. It fascinates me. I can sit and look at it for hours...
I have a process that strips out data from a large text file which contains around 28 million records, each record in the text file terminated by a carriage return. I am using low-level file functions to strip out the data.
Is there a quick way of determining how many rows exactly are in the text file, so I can create a progress indicator?
Thanks
Neil
I like work. It fascinates me. I can sit and look at it for hours...