exceptionfactory commented on PR #10545:
URL: https://github.com/apache/nifi/pull/10545#issuecomment-4039337027

   Thanks for the reply @sammu97.
   
   The source data being NDJSON is an important detail and may lead to a 
different solution.
   
   Right now, the JoltTransformJSON Processor works with either the entire 
FlowFile, or with Attributes, neither of which align with NDJSON. However, if 
that Processor were changed to support handling NDJSON, applying the configured 
transform to each line of NDJSON, it sounds like that might be a better fit, 
avoiding any kind of schema inference issues. I might be able to put something 
together if that seems like a potential solution.


-- 
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]

Reply via email to