Member since
04-18-2018
8
Posts
1
Kudos Received
0
Solutions
06-05-2018
11:20 AM
Thank you!
... View more
06-04-2018
02:04 PM
1 Kudo
I am suffering the same problem described
here.
I am setting the JoltSpecification property using expression language, but something it's going wrong.
My NiFi version is:
Powered by Apache NiFi - Version 1.5.0.3.1.1.0-35
02/25/2018 20:13:30 UTC
Tagged nifi-1.5.0-RC1
I create a POC with an UpdateAttribute that is creating the attribute 'transformRules' with the value:
[{"operation":"shift","spec":{"*":{"PartNr":"[&1].PartNumber","TcdMakeID":"[&1].Description","TcdCountryCode":"[&1].PartPrice"}}}]
Then I have a JoltTransformJSON processor that uses this attribute as Jolt Specification, and the components looks like this:
ideas about how can I solve this issue?
Thanks in advance.
... View more
Labels:
- Labels:
-
Apache NiFi
05-24-2018
12:58 PM
I am facing exactly the same problem.
My NiFi version is:
Powered by Apache NiFi - Version 1.5.0.3.1.1.0-35
02/25/2018 20:13:30 UTC
Tagged nifi-1.5.0-RC1
I create a POC with an UpdateAttribute that is creating the attribute 'transformRules' with the value:
[
{
"operation": "shift",
"spec": {
"*": {
"PartNr": "[&1].PartNumber",
"TcdMakeID": "[&1].Description",
"TcdCountryCode": "[&1].PartPrice"
}
}
}
]
Then I have a JoltTransformJSON processor that uses this attribute as Jolt Specification, and the components looks like this: ideas about how can I solve this issue?
Thanks in advance.
... View more
05-15-2018
10:41 AM
Hi @Matt Burgess, your solution works really fine, thanks. I was trying to see where procNode property was defined to see what else can be get from there but I am unable to find it. Do you know where is this information? Thanks.
... View more
04-18-2018
07:24 AM
Thanks, it works! , Thanks, It works!
... View more