Improve de-identification backup and restore
- Separate SQL insert queries in 3 files, one per table.
- When restoring, do not execute the whole content of the file, but execute query by query, i.e. line by line.
- When writing the de-identification report and the SQL insert query file, write it line by line and do not parse it all at once.