Member since
01-31-2020
5
Posts
0
Kudos Received
0
Solutions
05-05-2020
06:51 PM
Hi Matt, Its working as expected, are there any settings/configs that can help me to move even the first non-dup one to the duplicate flow when it finds a duplicate record..Meaning expectation of my requirement is to move all the 3 identical records to duplicate flow. Is it possible? Thanks, Sam
... View more
04-28-2020
03:01 PM
Hi , I am using a DetectDuplicate in my Nifi flow to identify the duplicates by combination of 2 keys. Scenario I am trying to implement is : Input : Key1 Key2 A B C Key1 Key2 A C B Key1 Key2 A D B Now with DetectDuplicate Processor, Its moving 2 of the above records to Duplicate Flow whereas one record to Non-Duplicate flow. Is there a way to move all these 3 records to Duplicate Flow ?
... View more
Labels:
- Labels:
-
Apache NiFi
01-31-2020
11:12 AM
Hi, Have a scenario : any JSON array, has key in double quotes and value in double quotes, i.e. { "jsonElementKey1" : "jsonElementValue1",...} convertJSONToSQL processor expects the JSON key and value to be in double quotes, else it can't convert to SQL. For the MS SQL inserts, the string column values expects single quote, so if the above JSON example is converted to {"jsonElementKey1" : 'jsonElementValue1" } using replaceText processor prior to convertJSONtoSQL, the convertJSONtoSQL fails stating single quote as invalid character. Can you help to get out of this deadlock scenario? Thanks, Sam
... View more