Salesforce Reader: Feature Type Parameters

These parameters apply only to a selected feature type, not to the entire reader.

Important  If a feature type parameter corresponds to a reader-level parameter, then the reader parameter will be ignored and the feature type parameter will be used.

Object

Note  If a SELECT Statement or WHERE clause is specified in the Salesforce Reader, the resulting attributes may be hidden. To expose the attributes created, you can place an AttributeExposer transformer in the workspace, after the Salesforce Reader.

WHERE Clause

The SOQL WHERE clause applied to object fields to limit the set of features returned.

If this parameter is not specified, then all the rows are returned. It will be ignored if the SELECT Statement is present.

SELECT Statement

A SOQL SELECT query to be used as the source for the results.

If this is specified, Salesforce will execute the query, and the Salesforce Reader will use the resulting rows as the features instead of reading from the table <objectName>.

All returned features will have a feature type of <objectName>, and attributes for all columns selected by the query.

Refer to Salesforce documentation for SOQL syntax and limitations.