Actions
Feature #625
openChecking Files
Start date:
05/27/2013
Due date:
07/09/2013 (over 11 years late)
% Done:
100%
Estimated time:
Description
I want to either accept or reject a whole file before doing any database. I'll have to:
*parse the file, line by line, applying the "verifying" ideas
*store the data of each line in memory
*and, when the whole file has been read to memory,
_either start using the data
_or, if there's been an error on one line, reject everything.
Actions