Hi Guys just a quick simple question i think
What is the maximum number of records you can import with the apex data loader?
Also does anyone use any other alternatives to the apex data loader because i have found it sometimes can be a bit strange and not do something, then you close it down try again and it works :S but i suppose that’s the case for most things involving computers :)
Thanks
James
답변 2개
According to the online help the limit is 5,000,000 records. When to Use the Data Loader
Available in: Enterprise, Unlimited, Developer, and
Database.comEditions
The Data Loader complements the web-based import wizards that are accessible from the Setup menu in the online application. Refer to the following guidelines to determine which method of importing best suits your business needs:
Use the Data Loader when:
- You need to load 50,000 to 5,000,000 records. If you need to load more than 5,000,000 records, we recommend you work with a Salesforce.com partner.
- You need to load into an object that is not yet supported by web-based importing.
- You want to schedule regular data loads, such as nightly imports.
- You want to export your data for backup purposes.
Use Web-based importing when:
- You are loading less than 50,000 records.
- The object you need to import is supported by the web-based import wizards.
- You want to prevent duplicates by uploading records according to account name and site, contact email address, or lead email address.