MongoDB Bulk Updater

Upload a CSV to update documents in bulk

1 Connection
2 Upload CSV
3 Dry Run
4 Run Update

Connection Settings

Operation
Update Behavior
Check for duplicates
Skip documents where all field values already match

Upload CSV

ℹ️
CSV must have an _id column (used to find documents). All other columns will be updated. Comma-separated values in a cell will be stored as arrays.
📂

Drop CSV file here or click to browse

Supported format: .csv with UTF-8 encoding

Redis Cache Cleaner

Optional
Cluster Mode
Enable if using Redis Cluster (REDIS_CLUSTER_MODE=true)
Cache Keys to Clear
Fill in connection settings and upload a CSV to begin.