The job has the same logic of the job J013_SF_to_GCS, the only difference is that in this one, you can pass a query to extract data in a more advanced way.

JOB DESCRIPTION

1 - The job first connects to Salesforce and Google Cloud Storage. If one of the connection fails the jobs stops and raises an error.

2 - The job extracts data from Salesforce using the specified module name and query condition and store it into a CSV file. 

3 - The extracted file is uploaded into the specified Google Cloud Storage bucket.

4 - The temporary file is deleted.

The only difference with the job J013_SF_to_GCS is in the tSalesforceInput component.