Member since
12-30-2015
21
Posts
4
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
6515 | 04-14-2016 07:41 PM |
04-29-2016
02:12 PM
@jpercivall and @mclark Thank you both! I see the Response actually contains the content. Thanks much! .
... View more
04-28-2016
08:38 PM
@jpercivall Hey, got a follow up question-- InvokeHttp Original does not output any content. It should output whatever get from the url, correct? Data provenance content tab shows "Replay:
Cannot replay data from Provenance Event because the event does not contain the required Content Claim". Do you know what is the problem for that processor configuration? Thanks! Shannon
... View more
04-26-2016
07:43 PM
@mclark The URL string includes a number of parameters. One of the parameters needs to be changed. UpdateAttribute is used to change the parameter value, which is a variable in URL string. The problem is that GetHTTP doesn't allow incoming connection from UpdateAttribute. Is there any other way of achieving the same? Thanks, Shannon
... View more
04-26-2016
07:20 PM
Hey Anyone knows if it is possible to change URL for GetHTTP processor dynamically--to change the URL string on the fly? It does support expression. But the processor seem to not be able to take any incoming connection. Thanks! Shannon
... View more
Labels:
- Labels:
-
Apache NiFi
04-22-2016
05:59 PM
@jwitt yep-- this is the solution, EvaluateJsonPath only deals with one record at a time not a whole array. Thanks much for pointing to the right direction! Shannon
... View more
04-22-2016
03:56 AM
@Chris Gambino yes, it is json format already. update: parse all to attributes then turn them all back to Json together with new attribute solved it. Thanks a lot for all your help! Shannon
... View more
04-21-2016
11:54 PM
@Chris Gambino Hey Chris, No - not replace, but add the new attribute to original attributes. Thanks! Shannon
... View more
04-21-2016
11:10 PM
@Chris Gambino Hey Chris, Thanks for the help! A follow up question-- what processor would it take to call the new attribute and add to the flowfile before sending to PutFile? It can't be MergeContent, right? couldn't find anything like union. Thanks again! Shannon
... View more
04-21-2016
10:40 PM
1 Kudo
Hi How do you pull in a new attribute added by using UpdateAttribute, such as add a new attribute name as 'label' and value as 'source1', to flow file (say file saved to location by PutFile processor)? Data Provenance showed new attribute with the right value in Attributes tab, but in Content tab Output Claim view does not show the new attribute at all. Shouldn't it shows there too? Thanks! Shannon
... View more
Labels:
- Labels:
-
Apache NiFi