Q: How would we get monthly updated new data?
Do we have to download the whole zip again and do some work to find out which ones are new?
Do we get notifications somehow when new data is updated?
Does the database append new data or it would append data?
For example, if an employee got promotion to a new position, will this data be appended to the database or update the old data line?
George_Happierleads
May 10, 2026A: yes it will be a full download and you will need to check yourself how you wnt to do this either full replacement of the old one or run some diff.
Do we get notifications somehow when new data is added?
Not getting notifications right now, but we’ll keep updating the data. I haven’t fully thought through notifications yet or what type they should be, so there’s nothing planned so far. We might add them later on.