Download a zip file, extract file nummers.csv, import/append nummers.csv into table nummers.tbl of mysql database
query table for latest changes
send mail every day (to be set as cronjob) to users with list of all records changed since last email
De-duplicate the table nummers.tbl
(Records are equal when specified fields, are equal (list of fields to be set in settingsfile or -settingstable)
Query table for:
All records where twn_nummertm is NOT unique
AND/OR
All records w…
