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

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
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