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
CJagannathCJagannath 

Export any fields only since last upload (by Data Loader)

Hi,

 

I ‘m using apex Data Loader 11.0 for extracting two fields of a particular object. Also I perform UPSERT.

 

I want to export two fields only since last upload.

 

Example:

Say I’ve UPSERTED record R1, R2, and R3 at my first UPSERT.

At second UPSERT I UPSERTED say record R1, R2 and R4.

 

Now I want to do export these three records only.

 

Is it possible to perform this functionality using Data Loader?

 

I know that at the time of exporting, I have option to write SOQL statement but I am confused to write any for this job!

 

Any help will be highly appreciated.

 

Thanks and regards,

Jagannath