Member since
04-15-2021
30
Posts
1
Kudos Received
0
Solutions
07-23-2021
12:38 AM
1 Kudo
@DennisJaheruddi , Thanks for your reply. I a able to resolve this issue with your suggestion. Thanks!
... View more
07-21-2021
08:10 AM
I have to create one attribute with the following details: 1. There are two attributes are flowing from EvaluateJson Proecessor : Location1 = $.place1 and Location2 = $.place2 2. There is one string like folder1 is to be append in these attributes as mentioned below: Place : /folder1/Location1/Location2 I am trying with the below expression: path: ${path: append("folder1/"):append(${Location1}):append('/'):append(${Location2})} Please let me know where I am doing wrong. Early reply will be highly appreciated. thanks & regards
... View more
Labels:
- Labels:
-
Apache NiFi
07-14-2021
11:22 PM
@MattWho Thanks for your reply and let me know about the correct flow.
... View more
07-08-2021
06:00 AM
I need immediate help for the below use case: To perform POST activity with one of the system we have to follow the below steps: Step 1: Request a Token: To obtain a token by submitting an Authenticate request. The authentication request must be sent to http://today/authentication/v1/login using the GET method. The request header must contain an Authorization header in the following format: Authorization: Basic <EncodedCredentials> where <EncodedCredentials> is the Base 64 encoded string for the credentials in the following format: <username>:<password> The token expiry is stored in the Authenticate response header. Step2: To Call subsequent API request: With a request token in hand, you can now submit a request (example: Create Projects) to update data to System We must include your access token in the Authorization header of every request. The authorization header must look like this: Authorization: System <TokenValue> ...where <TokenValue> is the token obtained from the authentication call. My query is that How to pass both the details (Authorization Key which is output from one processor and BODY part which we get from GetFile processor) to a single InvokeHTTP processor. Looking for early Response. Thanks in advance.
... View more
Labels:
- Labels:
-
Apache NiFi
07-06-2021
06:46 AM
Please help me out in this scenario: 1. I have to create a new project. The details are accessed using GetFileProcessor. 2. I have passed two input to Invokehttp Processor(one Authorization token using CustomField and other as data to be used for POST action). However, this process is not working as expected. Please find the attached screenshot for reference. Data To be used for POST: Early Response much appreciated! Thanks!
... View more
Labels:
- Labels:
-
Apache NiFi
06-22-2021
05:45 AM
@MattWho , When I applied the solution provided by you on the flowfile (formatted json ), it works as expected. However, when the same expression was applied to the flowfile in original form(one line json file), it was not working as expected. Could you please let me know this unexpected behavior.
... View more
06-16-2021
11:59 PM
@MattWho , Thanks for your response and it work as per my requirement. thanks!
... View more
06-09-2021
06:49 AM
@MattWho , Yes, your analysis is correct. So you are asking that this 1 FlowFile with both null and non-null "customfield_" fields is routed to the path A because at least one "customfield_" field as a non-null string? The content would remain unedited. ..Yes, the flowfile which will contain at least one non-null value should be moved to other processor without content modification. And you want other FlowFiles where the content contains nothing but all "customfield_" fields with null value routed to path B? The content would remain unedited. --Yes, it is the same. Please suggest on this. Thanks!
... View more
06-08-2021
07:47 AM
@MattWho Please advise me on this issue. Issue: In the flow file which contain at least customfield_ with some value other than null should be routed to another processor and the flowfile which has all null value should be moved to other processor. thanks in advance!
... View more
- « Previous
-
- 1
- 2
- Next »