pgyori commented on a change in pull request #4825:
URL: https://github.com/apache/nifi/pull/4825#discussion_r584702009



##########
File path: 
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/resources/docs/org.apache.nifi.processors.standard.ValidateRecord/additionalDetails.html
##########
@@ -29,13 +29,23 @@
 <h2>Examples for the effect of Force Types From Schema property</h2>
 
 <p>
-    The value of the Force Types From Schema property has an effect on what
+    The processor first reads the data from the incoming FlowFile using the 
specified Record Reader,
+    which uses a schema. Then, depending on the value of the Schema Access 
Strategy property, the processor
+    can either use the reader's schema, or a different schema to validate the 
data against.
+    After that, the processor writes the data into the outgoing FlowFile using 
the specified
+    Record Writer. If the data is valid, the validation schema is used by the 
writer.
+    If the data is invalid, the writer uses the reader's schema.
+    The  <b>Force Types From Schema</b> property affects the first step:

Review comment:
       Thank you! The fix is in my new commit.




----------------------------------------------------------------
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.

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


Reply via email to