exceptionfactory commented on PR #9682: URL: https://github.com/apache/nifi/pull/9682#issuecomment-2629247822
Thanks for the quick reply @yakshup. On closer evaluation, the current behavior of `JoltTransformJSON` has an unnecessary conditional around the Expression Language evaluation. Instead of introducing a new property, removing the conditional and always evaluating EL before attempting to read the `Jolt Specification` as a Resource enables support for file paths with Expression Language. Given the significant difference in the approach, I put together a new pull request #9684 implementing the changes. The PR includes a new unit test method that exercises the use case. If you could take a look at that approach to determine whether it enables the use case you described, that would be helpful. -- 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]
