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

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