Github user ottobackwards commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2969#discussion_r212960490
--- Diff:
nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/AbstractMongoProcessor.java
---
@@ -173,6 +175,29 @@
.expressionLanguageSupported(ExpressionLanguageScope.FLOWFILE_ATTRIBUTES)
.build();
--- End diff --
This property only applies to JSON_STANDARD.
- Is there a reason it can't apply to extended?
- If you use extended what do you get?
- That should be in the description I think.
- Do we want to validate that you don't set DATE_FORMAT with JSON_EXTENDED?
---