Match each administrative data requirement to the most appropriate Salesforce data utility or capability.
- Importing 80,000 Contact records in a single operationData Loader (Desktop Client)
- Importing Lead records while preventing duplicates based on matching criteriaData Import Wizard
- Scheduling a nightly automated data export via command-line interfaceData Loader Command-Line Interface (CLI)
- Permanently purging (hard deleting) thousands of obsolete custom object recordsData Loader with 'Use Bulk API' enabled
Answer
Importing 80,000 Contacts matches Data Loader; Importing Leads with duplicate prevention matches Data Import Wizard; Scheduling a nightly export matches Data Loader CLI; Permanently purging records matches Data Loader with Bulk API.
Each feature corresponds to the appropriate tool's unique constraint: Data Loader handles >50,000 records and hard deletes via Bulk API; Data Import Wizard provides native duplicate matching for Leads; Data Loader CLI supports script automation.
Step-by-Step Solution
Key Concept
Distinguishing feature sets, record limits, and operational capabilities of Data Import Wizard versus Data Loader.