Re: discuss NiFi 1.24 release

2023-10-12 Thread David Handermann
Mike, Yes that's correct, here's the Jira issue for tracking the migration work: https://issues.apache.org/jira/browse/NIFI-12219 Regards, David Handermann On Thu, Oct 12, 2023, 5:29 PM Mike Thomsen wrote: > This Xodus? > > https://github.com/JetBrains/xodus > > On Thu, Oct 12, 2023 at 1:30 P

Re: JOLTTransformRecord problem

2023-10-12 Thread Matthew Hawkins
I've had similar issues with the different processing done by JoltTransformJSON and JoltTransformRecord and threw my hands in the air and just ExcuteScript out to some Python that transforms the data correctly. Try to minimise content transformations so the content repository doesn't bloat with in

Re: discuss NiFi 1.24 release

2023-10-12 Thread Mike Thomsen
This Xodus? https://github.com/JetBrains/xodus On Thu, Oct 12, 2023 at 1:30 PM David Handermann < exceptionfact...@apache.org> wrote: > Mike, > > Thanks for raising this question. I am working on an automated > migration for the support branch from H2 to Xodus. We previously > handled automated

Re: discuss NiFi 1.24 release

2023-10-12 Thread David Handermann
Mike, Thanks for raising this question. I am working on an automated migration for the support branch from H2 to Xodus. We previously handled automated migration from H2 1.4 to 2.1, and 2.1 to 2.2, so the basic mechanics are in place to extract content from H2. The general upgrade path will be to

Re: discuss NiFi 1.24 release

2023-10-12 Thread Mike Thomsen
When H2 goes, what will the upgrade path look like? On Tue, Oct 10, 2023 at 7:57 PM David Handermann < exceptionfact...@apache.org> wrote: > Joe, > > Thanks for the reply, that sounds good. > > For reference, here is the Jira issue for tracking the initial > implementation: > > https://issues.apa

Re: JOLTTransformRecord problem

2023-10-12 Thread Mark Woodcock
Chris, I guess I was so wrapped up in the ConvertRecord, it didn't occur to me to have the JOLT processor just emit a different format; not sure how I missed that. So, I re-rigged my flow to have ReplaceText -> JOLTTransform -> UpdateAttribute -> etc. Unfortunately, I got the attached error. T