Member since
04-15-2021
30
Posts
1
Kudos Received
0
Solutions
08-12-2021
03:19 AM
I have installed Nifi locally and recieved the below error, could some one please let me know what need to be done. It would be great help if provided in detailed. thanks!
... View more
Labels:
- Labels:
-
Apache NiFi
08-10-2021
12:45 AM
@DennisJaheruddi , Thanks for your reply and will implement your suggestion. thanks! Deepak
... View more
08-06-2021
07:00 AM
Hi @MattWho , Thanks for your reply. However, when I put the expression mentioned in your reply under condition block. It throws error. Could you please provide the expression mentioned under "Conditions" . thanks!
... View more
08-04-2021
03:27 AM
I have to implement one scenario using Nifi flow. 1. There is one attribute from upstream processor like KeyValue : KGPYT 2. I have to find whether KeyValue is unique in the system or not , by validation from Database. If it is not found in the database, the flowfile should be proceed to success and if the value is present in database, it should be proceed to failure. Please suggest me how to proceed in this case. thanks!
... View more
Labels:
- Labels:
-
Apache NiFi
08-03-2021
12:01 AM
I have to extract the first character from each string provided in the Flowfile attribute. Suppose I have one attribute as: KeyValue : Nifi Test Project Expected output : Key1: NTP Please let me know how to get this and which processor to be used. Thanks in advance.
... View more
Labels:
- Labels:
-
Apache NiFi
07-26-2021
08:42 AM
Is it possible to mask or greyed out the Token passed in Custom Property (Authentication )? I have one Token received from one API and have to pass it to another request. Issue: If I pass the token in custom property, it will be visible to all users who can access the flowfile. I need to mask these token as these value are displayed in Attribute and Content. Thanks for early response.
... View more
Labels:
- Labels:
-
Apache NiFi
07-23-2021
08:19 AM
Please help me out in this scenario: Token is returned from InvokeHttp processor. The value of Token is displayed in Attribute and Content. is there any mechanism by which token value can be masked, so that anonymous user can not see the value. Thanks in advance.
... View more
Labels:
- Labels:
-
Apache NiFi
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