Re: [DISCUSS] Deprecate TLS Toolkit for Removal?

2023-09-18 Thread Paul Grey
I spent a bit of time working on a draft of the needed openssl commands to generate equivalent keystores / truststores. Was not able to finish this draft before I got side tracked. https://github.com/greyp9/nifi-tidbits/blob/main/cluster/tls-toolkit-via-openssl/cluster-certs.md If you're still

flattening record schemas

2023-09-18 Thread Mark Woodcock
Howdy, What I'm aiming for: Something that takes a fairly ordinary record (think a CSV file--so, the name of each column is a distinct entry in the schema), which outputs the same data, but where the record is now an array of similarly structured items (I presume records, where the fields would

Re: flattening record schemas

2023-09-18 Thread Alessandro D'Armiento
Hello Mew, If you are asking what is the quickest way to learn how to use JOLT, I would suggest you to try this: https://jolt-demo.appspot.com/#inception There are several examples and a playground. Ciao, Alessandro Il giorno lun 18 set 2023 alle ore 22:05 Mark Woodcock ha scritto: > Howdy, >

Re: flattening record schemas

2023-09-18 Thread Pierre Villard
Hi, Do you have an example of input and the output you'd expect? There are a few options in terms of processors you could use and you may be able to get things working the way you want without using JOLT. Pierre Le lun. 18 sept. 2023 à 22:05, Mark Woodcock a écrit : > Howdy, > > What I'm