YolandaMDavis commented on issue #3576: NIFI-6417 Configurable Jolt Transform Charsets URL: https://github.com/apache/nifi/pull/3576#issuecomment-510892982 @travisneeley For this PR, is the goal to allow configurable charsets on the provided specification as well as on the content input/output ? From what I can tell in current changes I see the inputCharset applied to the jolt specification string and the output of the flow file, but not on the incoming json. I'll ensure to add line comments to highlight these areas. Also I see that changes were made for the JoltTransformJSON processor itself but doesn't appear in Advanced UI code: See https://github.com/travisneeley/nifi/blob/NIFI-6417/nifi-nar-bundles/nifi-standard-bundle/nifi-jolt-transform-json-ui/src/main/java/org/apache/nifi/web/standard/api/transformjson/TransformJSONResource.java#L63 Compared to: https://github.com/travisneeley/nifi/blob/NIFI-6417/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/JoltTransformJSON.java#L371 cc: @mattyb149
---------------------------------------------------------------- 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
