CoreDataKit
CoreDataKit copied to clipboard
Importing incorrect data corrupts the context
Importing incorrect data corrupts the context, if you still save the context hell will break loose. So I think importing should happen in a seperate child context and the user should have control over what happens;
- Reject the whole import (no effect on the current context)
- Reject just the corrupt entities (valid entities are put into the context)