Member since
08-18-2017
6
Posts
0
Kudos Received
0
Solutions
08-24-2017
07:14 AM
Hi Andrew, were you able to find a way to your question. I'm in a similar situation, have used EvaluateJson which creates the attribute but then i need to write this attribute to my json flowfile content. Thanks!
... View more
08-22-2017
02:22 PM
That works, i now have two new attributes. how can i add them to my flowfile content?
... View more
08-22-2017
10:30 AM
Thanks Quentin, it works but i couldn't figure out the UpdateAttribute part. Using EvaluateJsonPath creates the attribute ( ZComponent) with a value Sis_Grp.Dom="LOCAPPLE",Name="CrashGuard" I now need to parse this value into seperate attributes. how can i achieved this with updateattribute Sis_Grp.Dom=LOCAPPLE and Name=CrashGuard
... View more
08-18-2017
07:13 AM
Hi, I've just started with nifi and am very new to its workings. I'm using version 1.3.0 I have a flow where i read some data from a microsoft sql db table using ExecuteSQL and then have PutDatabaseRecrod processor insert it into a mysql database. It works straight out of the box. Before the PutDatabaseRecord i need to parse (regexp) value of a column, and create new fields. I would appreciate if someone can hint out as to what processor to use here. Thanks & regards,
... View more
Labels:
- Labels:
-
Apache NiFi