tpalfy commented on code in PR #6769:
URL: https://github.com/apache/nifi/pull/6769#discussion_r1120545224


##########
nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-services/src/main/resources/docs/org.apache.nifi.jasn1.JASN1Reader/additionalDetails.html:
##########
@@ -122,5 +122,61 @@ <h3>Troubleshooting</h3>
                 </li>
             </ol>
         </p>
+
+        <h3>Additional Preprocessing</h3>
+
+        <p>
+            NiFi doesn't support every feature that the ASN standard allows. 
To alleviate problems when encountering ASN files with unsupported features,
+            NiFi can do additional preprocessing steps that creates modified 
versions of the provided ASN files,
+            removing unsupported features in a way that makes them less strict 
but otherwise should still be compatible with incoming data.
+            The original files will remain intact and new ones will be created 
with the same names in a directory set in the 'Additional Preprocessing Output 
Directory' property.
+            Please note that this is a best-effort attempt. It is also 
strongly recommended to compare the resulting ASN files to the originals and 
make sure they are still appropriate.
+            <br />
+            <br />
+            The following modification are applied:
+            <ol>
+                <li>

Review Comment:
   I can do that.



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