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
KNKKNK 

How to extract the data using CLI

Hi Team,

I want to know if we can extract the data with current date(Extract_20140307). Also I  want to  know instead of oveerride the existing file, I want to extract the data into new file every time.

Thanks,
 Naresh
NehalNehal (Salesforce Developers) 
Hi,

In process.config file, try to add in SOQL query as Date='Today' or DateTime='Today". This might or might not work because you cannoe make changes to values at runtime.

Also unfortunately, there is currently no way  to extract the data in new file always. File will be overridden as expected.

I hope this answers your question.