MongoDB — import & export with Mildport
Esta página aún no está disponible en tu idioma.
Upsert reviewed documents into your collections from customer files, or take a mongoexport-shaped spreadsheet into the next store.
Pick your direction
Section titled “Pick your direction”- From MongoDB — data left MongoDB as a file; it needs to land cleanly somewhere else.
- Into MongoDB — your users bring files; typed, valid rows reach your collections.
Either way, the same engine
Section titled “Either way, the same engine”Files in: CSV, TSV, Excel, ODS, JSON, XML — even PDF tables and scans. Mildport reads the file, matches its columns to the right fields, and flags anything it is not sure about. You (or your user) review before a single record is written — and the same file always maps the same way.