Hi
I want to scan a large csv (3000+line)file and just count the number of lines that meat certain criteria.
18,08/24/14,05:02:00,5056
14,08/25/14,07:05:00,5046
18,08/24/14,05:02:00,5056
12,08/25/14,13:06:00,5076
18,08/24/14,05:02:00,5056
14,08/25/14,05:07:00,5054
For instance I may need to know the number of entries that have 18 as the first column and have a date of 8/24/14 and a time between 5:00:00 and 7:00:00
I have been able to piece together a app that reads in the file and puts the lines in a list box but have not been able to separate the columns and filter them.
any help would be great
Thanks