function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Praveen Yadavalli 17Praveen Yadavalli 17 

Data Extract

I have a requirement to extract 200k records from salesforce and each record has about 60 fields in it. Is it possible with Data loader ?
SalesFORCE_enFORCErSalesFORCE_enFORCEr
Yes it is possible.
swati_sehrawatswati_sehrawat
Hello Praveen,

Yes you can easily do so as per the below documentation points:

Use Data Loader when:
  • You need to load 50,000 to 5,000,000 records. Data Loader is supported for loads of up to 5 million records. If you need to load more than 5 million records, we recommend you work with a Salesforce partner or visit the App Exchange for a suitable partner product.
  • You need to load into an object that is not yet supported by the import wizards.
  • You want to schedule regular data loads, such as nightly imports.
  • You want to export your data for backup purposes.
Praveen Yadavalli 17Praveen Yadavalli 17
User-added image