krisztina-zsihovszki commented on code in PR #7019:
URL: https://github.com/apache/nifi/pull/7019#discussion_r1129771182


##########
nifi-nar-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/src/main/java/org/apache/nifi/processors/salesforce/QuerySalesforceObject.java:
##########
@@ -102,11 +107,11 @@
 @CapabilityDescription("Retrieves records from a Salesforce sObject. Users can 
add arbitrary filter conditions by setting the 'Custom WHERE Condition' 
property."
         + " The processor can also run a custom query, although record 
processing is not supported in that case."
         + " Supports incremental retrieval: users can define a field in the 
'Age Field' property that will be used to determine when the record was 
created."
-        + " When this property is set the processor will retrieve new records. 
It's also possible to define an initial cutoff value for the age, filtering out 
all older records"
+        + " When this property is set the processor will retrieve new records. 
Incremental loading and record-based processing are only supported in 
property-based queries."
+        + " It's also possible to define an initial cutoff value for the age, 
filtering out all older records"
         + " even for the first run. In case of 'Property Based Query' this 
processor should run on the Primary Node only."
         + " FlowFile attribute 'record.count' indicates how many records were 
retrieved and written to the output."
-        + " By using 'Custom Query', the processor can accept an optional 
input flowfile and reference the flowfile attributes in the query."
-        + " However, incremental loading and record-based processing are not 
supported in this scenario.")
+        + " The processor can accept an optional input flowfile and reference 
the flowfile attributes in the query.")

Review Comment:
   flowfile -> FlowFile



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to