Member since
02-03-2018
4
Posts
0
Kudos Received
0
Solutions
05-17-2018
05:03 PM
Thank you! I knew there had to be simple answer - I used the first method and it worked great! Thanks again for your help.
... View more
05-16-2018
11:10 PM
I have a business case where the user wants to send a personalized email to a group of recipients and attach a PDF to the email. I already had a working flow for him that took the list of emails and recipient names in a csv file, parsed those out row-by-row, converted to json, evaluated the json to assign values to attributes, and then send the email (see image), but I'm having trouble with the attachment part since the PDF isn't part of the flowfile. Is there a way to pull the PDF into NiFi and assign the attributes needed from perhaps a map file or something? or replace the flowfile with the PDF and maintain the attributes? Once the attributes are assigned, I don't need the .csv data anymore. Any help would be appreciated!
... View more
Labels:
- Labels:
-
Apache NiFi
02-03-2018
01:36 AM
@Andrew Lim Question regarding the AvroSchemaRegistry - You stated > AvroSchemaRegistry which defines the "query" and "users" schemas. Does this mean that it creates the schemas by itself? or do the schemas have to be created manually? and if they have to be created manually, how does that work with the DDL scripts beings passed? Does the schema have to be updated manually each time there's a DDL change? Thank you for the tutorial! I'm excited to jump in and see if I can get this working on my end.
... View more