So what you want is to use the QueryAll call. I'm not sure what version of the api that was introduced, but I think I may have been after 9.0. I believe once that call was introduced you were able to do a Query All call in the dataloader -- and you'd want to specify where "isDeleted = true" or similar in your SOQL.
I think, that has not been introduced even in the version 12.!! I tried using the GUI and also the command line method... For command line execution I gave the query like "select id, name from opportunity where isDeleted=true ALL ROWS" But it thew an error saying "Unexpected token-ALL ROWS"...!
I dont understand why havent they incorporated a method to extract the deleted records !!!!
If there any other method to extract deleted records..?? Please suggest...
I think, that has not been introduced even in the version 12.!!
I tried using the GUI and also the command line method...
For command line execution I gave the query like "select id, name from opportunity where isDeleted=true ALL ROWS"
But it thew an error saying "Unexpected token-ALL ROWS"...!
I dont understand why havent they incorporated a method to extract the deleted records !!!!
If there any other method to extract deleted records..?? Please suggest...
Thanks,
Krishna