Member since
10-10-2019
11
Posts
0
Kudos Received
0
Solutions
11-06-2019
08:17 AM
You are right. I'm still a neophyte in Nifi. However in the stream I saw that the attribute "filename" that generated that executesql is "inherited" in all processors. Can I save that too?
... View more
11-06-2019
06:57 AM
Hi all,
Is it possible to save the uuid of a processor in an attribute?
For example,
i have the processor ExecuteSQL, which has this uuid
I wish I could save the uuid like this: id = $ .uuid
It's possible?
Thanks!
... View more
Labels:
- Labels:
-
Apache NiFi
10-10-2019
08:56 AM
Hello, I would like to implement this logic on nifi: I have a json array: [ { "att1": "1", "att2": "aaa" }, { "att1": "2", "att2": "bbb" }, { "att1": "3", "att2": "aaa" }, ]
I would like that, according to the attribute, the json was processed to the processA or to the processB.
For example, if att2 is equal "aaa", it was processed to the processA, else it was processed to the processB. I tried to follow the suggestion of the following solution
https://community.cloudera.com/t5/Support-Questions/Nifi-processor-route-json-array-into-multiple-json-arrays/td-p/128722
but it didn't work. Can you give me an alternative?
Thank you.
... View more
Labels:
- Labels:
-
Apache NiFi