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-11-2021
09:46 AM
I have to validate value of some attribute of flowfile against MSSQl database. Attribute Keys are Key_project and Project_Name and Table name is CreateProject with column as Projectkeys(it will have all the values of Key_project) and Name(contain the ProjectName). I have to check the values of attributes from upstream processor whether they are present in database or not. I have used LookupAttribute processor along with SimpledatabaseLookup service, but no success. Could someone help me how to configure SimpledatabaseLookup service along with examples. 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