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
Rabbani sayyed 8Rabbani sayyed 8 

Do we have any other option to import records in data loader other than bulk API? can anyone of you help me on this ?

Thierry JORANDThierry JORAND
In User Interface, Menu Settings you have to uncheck the "Use Bulk API" checkbox :

This can be double-check in config.properties file :
sfdc.useBulkApi=false

BTW, the config.properties file is located in %APPDATA%\saleforce.com\"Data Loader <version>" where version is the installed version of dataloader (31.0.0 for example)

Rgds
 
Thierry JORANDThierry JORAND
In this way the Data Loader use the SOAP API instead the Bulk API