travisneeley commented on a change in pull request #3576: NIFI-6417
Configurable Jolt Transform Charsets
URL: https://github.com/apache/nifi/pull/3576#discussion_r303170219
##########
File path:
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/JoltTransformJSON.java
##########
@@ -266,7 +294,7 @@ public void onTrigger(final ProcessContext context,
ProcessSession session) thro
try (final InputStream in = session.read(original)) {
inputJson = JsonUtils.jsonToObject(in);
Review comment:
Nope, that library supports two methods there - String JSON with String
Charset name and InputStream.
----------------------------------------------------------------
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]
With regards,
Apache Git Services