Salta ai contenuti
Inizia

MongoDB — import & export with Mildport

Questi contenuti non sono ancora disponibili nella tua lingua.

Upsert reviewed documents into your collections from customer files, or take a mongoexport-shaped spreadsheet into the next store.

  • 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.

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.