Member since
05-06-2021
37
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3609 | 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
09-14-2022
06:21 AM
@Aaki_08 good morning. I have a situation where I need to email buyers of a certain ID with a certain PDF attachment. This attachment will be saved in a field in a table in oracle. Today I'm already using PutEmail to send the E-mail, but I don't know how to send the attachment. Could you help me, please?
... View more
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
06-16-2021
10:46 AM
@MattWho @pvillard @Shu_ashu @Dubeyji @VidyaSargur @TimothySpann can You help me?
... View more