Member since
11-01-2023
6
Posts
0
Kudos Received
0
Solutions
11-03-2023
11:56 AM
@cotopaul Hello , Thankyou for your reply. In my local NIFI when I created the updateRecord processor, it suppported- UpdateRecord 1.21.0 with which I was able to transform successfully. But In the Sandbox environment When I created the updateRecord processor, it supported- UpdateRecord 1.18.0.2.1.5.1005-1 with which I am getting below error. UpdateRecord[id=bbde4766-0009-18f4-0000-00000eaf934b] Failed to process FlowFile[filename=32534d2a-ebfb-4e98-84a8-fdf5c865989f]; will route to failure: java.lang.IllegalStateException: Null String illegal for SerializedString I have verified the Input Json in both local as well as the Sandbox and are same But getting the above error in Sandbox Env. Could you please help me on this?
... View more
11-01-2023
04:33 PM
Need help to convert a date from below JSON file from mm/yy to yyyy-mm format using NIFI { "book_id": "3791" "Key": { "value": [ { "Number": "553", "Date": "05/20" }, { "Number": "5537290000000522", "Date": "03/22" } ] } }
... View more
Labels:
- Labels:
-
Apache NiFi