exceptionfactory commented on code in PR #11208:
URL: https://github.com/apache/nifi/pull/11208#discussion_r3204174165
##########
nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-json-record-utils/src/main/java/org/apache/nifi/json/AbstractJsonRowRecordReader.java:
##########
@@ -71,6 +73,14 @@ public abstract class AbstractJsonRowRecordReader implements
RecordReader {
.addValidator(StandardValidators.BOOLEAN_VALIDATOR)
.build();
+ public static final PropertyDescriptor JSON_PARSE_MODE = new
PropertyDescriptor.Builder()
+ .name("JSON Parse Mode")
+ .description("Specifies whether to parse the incoming JSON per the
JSON specification or allow for lenient parsing")
Review Comment:
That's a good point, I meant to convey the level of conformity to the
specification, so maybe something like "Set the strategy for the level of JSON
specification conformity required"
--
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]