Member since
05-06-2021
37
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 5122 | 05-17-2021 12:22 PM |
09-28-2022
05:35 AM
This is the flow I'm working on, I'm using the UpdateAttribute to enter the path of a Windows network directory to get the .PDF files, but it throws the error below. I must be doing something wrong or missing some other processor. UpdateAttribute
... View more
09-27-2022
12:45 PM
Good afternoon, Is there a way to use the FetchFile 1.16.2 processor to access files from Windows when the Nifi application is on Linux?
... View more
Labels:
- Labels:
-
Apache NiFi
09-23-2022
07:47 AM
@Matt thank you very much for all the answer. We are still insisting on getting the Base64 field from Oracle because the PDF is already there. I'm using the Base64EncodeContent process to decode the Base64 field coming from Oracle. I was able to send a file to the E-mail with PDF format, but it still has an error when opening the PDF file sent in the E-mail. It seems to me that Nifi cannot say that the code it is decoding from the Base64 field that is coming from Oracle. Sorry for the lack of knowledge on the subject. ExecuteSQL UpdateAttribute Base64EncodeContent PutEmail PutEmail
... View more
09-15-2022
10:26 AM
@MattWho Sorry for the lack of clarity in the question. In short, I need to send an attachment by PDF, but I can't select the file that I already have saved in PDF in a directory, because within that directory there are several PDFs from different buyers and the E-mail is sent one to each buyer by the PDF be different for each one. The PDF is generated at a different time within my ERP system. Is there a way for Nifi to understand that the Flow of that buyer that is coming is from a certain PDF within the directory by some identification? I do this by which Nifi processor? To bring the buyer I execute a QUERY in Oracle by the ExecuteSQL processor returning the buyer's ID. A second attempt to send the attachment would be, in this QUERY in ExecuteSQL I can bring together a PDF field that is as CLOB type already saved in the database. In this second option, can I send the information through the Message property of PutEmail? In this property, can I join the Email body and attachment? Which one would I have to pass in the PutEmail's Content Type property? If you need any more information, I'm available.
... View more
09-14-2022
10:27 AM
I need to send an attachment by email through Nifi, but I can't get the PDF file because there are several files from several people within the same directory, I have a BASE64_ENCODE field in the Oracle table that is the same as the generated PDF file. How can I pass this information from this field through Nifi's PutEmail processor?
... View more
Labels:
- Labels:
-
Apache NiFi
06-01-2022
10:59 AM
1 Kudo
@steven-matison thank you so much.
... View more
06-01-2022
10:10 AM
@steven-matison This is exactly what I needed... before Nifi version 1.16 this was not possible with Failure Relationships?
... View more
05-31-2022
08:21 AM
Good morning everyone,
I have a question regarding the Failure of the ExecuteSQL processor.
I would like to know if when accusing a failure in this processor I can give a Retry in the Processor with its own Failure.
Thanks
... View more
Labels:
- Labels:
-
Apache NiFi
05-21-2021
10:21 AM
@MattWho, Good afternoon. I changed my flow to make a counter by the processor "RouteOnAttribute 1.12.1" so every time I have a record to be sent to the API and have a return to store in Oracle, I do the LOOP through RouteOnAttribut. Thus sending one FlowFile at a time to the PROCEDURE call in Oracle by "ExecuteSQL 1.12.1" But what is happening at the moment is that from the second time it goes through the LOOP, it seems to me that the Flow to get the attributes "CODIGO" and "JSON_ORIGINAL" is not passing the values that I requested in the processor "EvaluateJsonPath 1.12.1" passing the parameters as null. Do you have any idea what may be happening in this second flow passage within the LOOP? This is the JSON ORIGINAL of the second stream that I must send to Oracle = This is OK with the CODE attribute as you can check. This is Split Configure Processor = This is EvaluateJsonPath 1.12.1 Configure Processor = This is MergeContent 1.12.1 Configure Processor = This is ExecuteSQL 1.12.1 Configure Processor =
... View more
05-18-2021
12:04 PM
Good afternoon, I am using the "RouteOnAttribute" processor to do a loop validating a condition that is as follows = ${cont:lt(${CONTADOR})} But I am not able to make the processor understand the property "CONTADOR" Could you help me please?
... View more
Labels:
- Labels:
-
Apache NiFi
-
NiFi Registry