Obtaining Process Group Version Number

2023-08-15 Thread Dan S
My team is trying to obtain the version numbers of all the process groups they have in a cluster. There are two REST endpoints which I thought could solve this issue but it turns out neither one does the entire job by itself. /flow/process-groups/{id}/status?recursive=true allows for obtaining

Re: Processing JSON Files Embedded with Base64 Encoded Files

2023-08-15 Thread Mike Thomsen
Can you be more specific on what you're trying to accomplish since the RecordPath API has base64 encode/decode functions for stuff like decoding inline base64 content? On Tue, Aug 15, 2023 at 9:45 AM Reid, Chris wrote: > Hello. > > I understand that there's currently no Apache NiFi processor

[VOTE] Release Apache NiFi 1.23.1 (RC1)

2023-08-15 Thread David Handermann
Team, I am pleased to be calling this vote for the source release of Apache NiFi 1.23.1. Please review the following guide for how to verify a release candidate build: https://cwiki.apache.org/confluence/display/NIFI/How+to+help+verify+an+Apache+NiFi+release+candidate The source being voted

Re: Processing JSON Files Embedded with Base64 Encoded Files

2023-08-15 Thread Joe Witt
Also depending on the setup you could first use https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.12.1/org.apache.nifi.processors.standard.EncodeContent/index.html in decode mode then do normal json handling. Thanks On Tue, Aug 15, 2023 at 7:42 AM Yolanda

Re: Processing JSON Files Embedded with Base64 Encoded Files

2023-08-15 Thread Yolanda Davis
Hello Chris, Depending on the structure of your Json file, you may be able to achieve what you need using processors such as JoltTransformJSON

Processing JSON Files Embedded with Base64 Encoded Files

2023-08-15 Thread Reid, Chris
Hello. I understand that there's currently no Apache NiFi processor that can process JSON files embedded with Base64 encoded files. I'd like to know if it's possible to develop a custom Apache NiFi processor to process JSON files embedded with Base64 files? Thank you. Chris

Re: JoltTransformJSON EL when using file

2023-08-15 Thread Matthew Hawkins
Hi Matt, The tag will be ${firstname}, the spec is correct. (well, I also get lastname, but it's unimportant) Weird thing is this failed similarly with a file based input on the Record based jolt processor as well on a completely different system. Both Linux (Ubuntu 22.04), both OpenJDK 17,