Data update
This commit is contained in:
parent
72eb4943cb
commit
4d5544505c
2347 changed files with 62432 additions and 16731 deletions
|
|
@ -5,10 +5,7 @@ dates = {}
|
|||
duplicated, bad_format = {}, {}
|
||||
num_good_records, lines_total = 0, 0
|
||||
|
||||
while true do
|
||||
line = io.read( "*line" )
|
||||
if line == nil then break end
|
||||
|
||||
for line in io.lines() do
|
||||
lines_total = lines_total + 1
|
||||
|
||||
date = string.match( line, "%d+%-%d+%-%d+" )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue