Extract data by dat...
 
Notifications
Clear all

[Solved] Extract data by date in dataloader

2 Posts
1 Users
0 Likes
236 Views
Posts: 205
 CWL
Admin
Issue starter
(@cwl)
Member
Joined: 11 years ago

How to extract data from salesforce org using dataloader with a date criteria?

Issue Tags
1 Reply
Posts: 205
 CWL
Admin
Issue starter
(@cwl)
Member
Joined: 11 years ago

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
Reply
Share: