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
eduardofernandeseduardofernandes 

Export data from certain users.

I wonder, using the Data Loader, how could I export just the data from certain users.

Not if that is possible using the Data Loader, any suggestion is welcome.

Thank you.


Best Answer chosen by Admin (Salesforce Developers) 
BA_AdminBA_Admin

First grab the users id that you want to export, then for example if you want to export data from Account then use this query

 

select id,ownerid from Account where ownerid in('00587jhhjh79hjj','00578nhg8hujj'.....), this should get u the records from account