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 

Capturing most recent time when data loader was executed

Hi,

 

Is there way so that we can capture the most recent time when data loader was executed or export/import operation (batch process) was performed?

 

 

Any help is highly appreciated.

 

Thanks and regards,

Jagannath

 

CJagannathCJagannath

Hi,

 

I got the work around.

 

It is required to write the latest time when data loader is executed into the config.properties using a shell script. This way, in the config.properties file, the SOQL looks like “select [ ] from [object] where lastmodifieddate > [shell script will write the latest time]

 

It really worked.

 

Thanks and regards,

Jagannath

chakraborty.jagannath@gmail.com