Member since
09-30-2021
20
Posts
0
Kudos Received
0
Solutions
10-13-2021
04:41 AM
Hi @SAMSAL I have followed the link it is working good but issue is it is not printing ID from outer body
... View more
10-13-2021
12:04 AM
Hi, I have JSON Data like this: { "ID" : "10", "Type" : [ "def", "abc", "mn" ], "Name" : [ "xyz", "wxf", "pp" ] } My desired JSON output is: { "ID" : "10", "Type" : "def", "Name" : "xyz" }, { "ID" : "10", "Type" : "abc", "Name" : "wxf" }, { "ID" : "10", "Type" : "mn", "Name" : "pp" } Any help in this issue will be greatly appreciated. Thank You!
... View more
Labels:
- Labels:
-
Apache NiFi
10-10-2021
01:42 AM
Yes I need this asap
... View more
10-10-2021
01:41 AM
Yes I need this asap
... View more
10-09-2021
12:33 PM
Hi, I have a nested JSON with one 1 can have multiple records, and the number of records against one id may vary 3, 4 or it may have 10 records against 1 ID. How to upload this data in MySQL db. which processors can be used? To convert this JSON to SQL and then insert into MySQL. Please suggest me a solution possibly with the help of screenshots of which processor to use with which property. Any help in this issue will be greatly appreciated. Thank You! @MattWho ?
... View more
Labels:
- Labels:
-
Apache NiFi
10-08-2021
03:51 AM
Hi, Matt thanks for the explanation
... View more
10-07-2021
11:06 AM
Got it. Thank you
... View more
10-07-2021
10:30 AM
Hi samsal, Thanks for your help. I have used list file and then fetch file and their is one only file in my directory and I've set Listing strategy in listfile to 'Tracking Timestamps' and when I executed the job it brings the file once only. I am confused will it bring same file only once or whenever I execute the job?
... View more
10-06-2021
09:39 PM
Hi samsal, Thanks for the reply can you please share the screen shots i'm bit confused related to which properties to use in Listfile and fetchfile.
... View more
10-06-2021
12:53 PM
Hi Matt, Thank you for your suggestion I've recovered it by using flow.xml.gz file.
... View more