Two main methods of data export
Data export service
- In browser service, in setup menu
- Allows you to manually export data once every 7 days(weekly export) or once every 29 days (monthly export).
- Can also automate export to weekly and monthly intervals
- Available in Enterprise, Performance and Unlimited additions
- In developer and professional editions, you can only generate backup files every 29days ot automatically at monthly intervals
Data Loader
-client appliation that must be installed seperately.
-Can be operated through user interface or command line. —– -Useful for automation, use APIs to integrate with another system
Data import wizard
Data loader
Data import wizard vs Data loader
Data import wizard
- < 50,000 records
- import objects are supported by wizard
- does not need to be automated
Data loader
- 50,000 - 5 mil records
- Object not supported by wizard
- Want schedule regular data loads (nightly imports for example)
Preparing data for import (assume data moved from other system to salesforce)
Methods of data import
Data import wizard
- Up to 50,000 records at a time.
- Can import in common standard objects and custom objects
- Uses field mappings
Data Loader
- Up to 5 mil records,
- from files or a database connection.
- Operated through user interface or command line, in the latter case must specify data sources and field mappings