The task is:
- Get data from XML. Log this (if any errors occur).
- Validate data (data integrity, some logical checks). Log this.
- If p2 is ok, put data in database. Log this.
Have to do this periodically and fully automated (no user input required).
Now I'm working on this task with Microsoft Master Data Services (trying to make a prototype). Can't figure out how closely MDS is for my case. For example, I don't need UI at all, but I have to make some validation.
Thanks for advice.