Safer Imports
Data imports are now:
- Idempotent: Running the same import twice won't create duplicates
- Rollback support: If an import fails partway through, changes are rolled back
- More reliable: Better error handling throughout the import process
Data import reliability improvements.