Hi all.
With ASP I read and register in the DB ACCESS, this lines a CSV file:
You can exclude the lines when difference between the first row and the second row less than 30 minutes?
For example:
It' possible?
Any suggestions ?
Thanks, regards
With ASP I read and register in the DB ACCESS, this lines a CSV file:
Code:
29/06/2008 00:15:48 29/06/2008 00:34:54 29/06/2008 07:28:03 29/06/2008 07:38:03 29/06/2008 08:52:33 29/06/2008 12:43:14 29/06/2008 13:18:58 29/06/2008 14:26:04 29/06/2008 15:28:05 29/06/2008 15:39:13 29/06/2008 15:42:54 29/06/2008 16:09:16 29/06/2008 17:18:46 29/06/2008 19:27:23 29/06/2008 21:27:23
For example:
Code:
29/06/2008 00:15:48 Yes 29/06/2008 00:34:54 Not 29/06/2008 07:28:03 Yes 29/06/2008 07:38:03 Not 29/06/2008 08:52:33 Yes 29/06/2008 12:45:14 Yes 29/06/2008 13:10:58 Not 29/06/2008 14:26:04 Yes 29/06/2008 15:28:05 Yes 29/06/2008 15:39:13 Not 29/06/2008 15:42:54 Not 29/06/2008 16:09:16 Yes 29/06/2008 17:18:46 Yes 29/06/2008 19:27:23 Yes 29/06/2008 21:27:23 Yes
Any suggestions ?
Thanks, regards
Comment