Import data
Spanna supports practical import workflows for common MongoDB tasks. Typical import cases:- seed startup demo data
- restore a working dataset into a test collection
- move CSV or JSON data into MongoDB for analysis
Export data
Export is useful when you need to:- hand data to a teammate
- inspect records in another tool
- keep a snapshot before editing or deleting
Formats
Spanna focuses on straightforward, high-value formats first:- JSON
- CSV
Safety guidance
Before importing into an important collection:- verify the target collection
- test on a non-production dataset first
- validate
_idhandling and duplicates
