Data Loader and the Import Wizard cover the basics, but the Salesforce data-processing tool landscape is much wider. Knowing what else exists is what separates a generalist admin from someone who’s run real integrations.
Free / open-source / freemium
- Salesforce CLI (
sfcommand). The modern admin/dev tool.sf data import bulk,sf data query,sf data tree import --plancover most bulk and tree loads. Free, scriptable, Bulk API 2.0 native. The first tool to reach for in 2026. - Workbench (
workbench.developerforce.com). Web-based, fantastic for ad-hoc SOQL queries, metadata describe, REST API testing, and small data loads up to ~50,000 records. Free. - dataloader.io (free tier). Web-based Data Loader replacement from MuleSoft. Free tier handles modest volumes; paid tiers unlock scheduled jobs and higher limits.
- Postman + Salesforce APIs. Not strictly a data-load tool, but excellent for API testing, including the Bulk API. The Salesforce APIs Postman collection is publicly available.
- VS Code + Salesforce Extensions. The official extension pack includes data commands via the integrated CLI. Free.
- Apex Data Loader CLI (already covered separately).
Paid / premium
- Jitterbit Data Loader for Salesforce. Free tier with no record limits for ad-hoc loads; Jitterbit Cloud Studio is the paid iPaaS layer.
- Skyvia. Cloud-based ETL with a generous free tier. Strong for Salesforce-to-database syncs (Postgres, MySQL, SQL Server, Snowflake).
- MuleSoft Anypoint Platform. Salesforce’s own iPaaS — heavyweight, enterprise-grade, used for complex multi-system integrations.
- Informatica Cloud (IICS). Enterprise ETL with strong Salesforce connectors.
- Boomi. Another major iPaaS, popular with mid-market.
- Talend. Open-source core with paid enterprise tier.
- Hightouch / Census. Reverse ETL — sync data warehouses (Snowflake, BigQuery, Redshift) into Salesforce.
- Fivetran / Stitch / Airbyte. Pull data from sources into a warehouse, then reverse-ETL into Salesforce.
- Heroku Connect. Bi-directional Postgres ↔ Salesforce sync. Salesforce-native; ideal when you want a SQL-queryable copy of Salesforce data.
AppExchange tools
- Data Loader Pro — a paid Salesforce-native loader for admins who want everything inside the org.
- Cloudingo — duplicate management, mass updates, scheduled cleanups.
- DemandTools (Validity) — enterprise data quality and mass-edit suite.
- Apsona — flexible data export/import inside Salesforce.
Picking the right tool
| Need | First-choice tool |
|---|---|
| One-off admin load, under 50k | Import Wizard |
| One-off load, 50k–5M | Data Loader (Bulk API on) |
| Recurring scheduled load | Data Loader CLI or Salesforce CLI |
| 5M+ rows, ongoing | Bulk API 2.0 via sf data import bulk, or MuleSoft |
| Warehouse → Salesforce | Hightouch / Census / Heroku Connect |
| Salesforce ↔ Postgres sync | Heroku Connect |
| Cross-system iPaaS | MuleSoft / Boomi / Informatica / Jitterbit |
| Dedup + cleanup | Cloudingo / DemandTools |
| Quick query / inspect | Workbench / Salesforce CLI |
Interview tip
You’re not expected to have used all of these. Name three free (CLI, Workbench, dataloader.io free tier) and two paid (MuleSoft, Jitterbit) and explain the tier you’d pick for a given volume / cadence. That demonstrates breadth without faking expertise.
Verified against: Salesforce CLI Command Reference, Data Loader Guide, Metadata API Developer Guide. Last reviewed 2026-05-17 for Spring ‘26 release.