You need to sign in to do that
Don't have an account?

Extracting using data loader
Hi,
On Account object i have almost 1 Lakh records, now i want to update few fields for 5000 records.And in .csv file i don't have salesforce 15 digit ID. Is there any way to extract those 500 records only along with Salesforce ID.
Thank you!
Siva Paluri
On Account object i have almost 1 Lakh records, now i want to update few fields for 5000 records.And in .csv file i don't have salesforce 15 digit ID. Is there any way to extract those 500 records only along with Salesforce ID.
Thank you!
Siva Paluri
Hi Shiva,
Is there any chance you can do this via script ? How do you specify which records to update in salesforce account with your excel.
Thnaks,
Manohar
Ok so you have this unique id in salesforce also right ? extract that unique id with SFDC ID in one excel. Then match those excel to get to get SFDC ID. Then update. Yes, you cannot update without id.
There could be an another way, create a temp object in salesforce with the field you want to update and with your unique id. Write a script to match that unique id with the account and update the fields. Let me know if this works.
Thanks,
Manohar