Notifications
Clear all
Aug 17, 2022 8:16 am
How to extract data from salesforce org using dataloader with a date criteria?
1 Reply
Aug 17, 2022 8:19 am
You can use the query in the dataloader with date value in the where clause as below. Note the following UTC date stands for 1st April 2022.
Select BillingAddress, BillingCity, Website FROM Account WHERE CreatedDate >= 2022-04-01T00:00:00.000Z