Member since
09-13-2021
3
Posts
0
Kudos Received
0
Solutions
10-26-2021
04:56 AM
this solution is already tried and it works like all matches. but i dont want to use data[*]. As my request is to parse a dict key which is dynamic and needs to be validated for a right string along with fetching the its values.. meaning the content inside data.['ABC_xyz'] which is a string how can we set it.. I dont understand how to pass a var ${} as string in data.[] bcoz key name also has some special chars
... View more
10-03-2021
11:46 PM
can someone assist for the same
... View more
09-13-2021
11:53 PM
hi i have a following json nested dictionary: {"data" :{ "Abc_def_{x_y.z.test_at_here}.json":{ "timestamp_start": 0, "timestamp_stop": 0 } }} i need to extract the value of 3rd level json key that is from timestamps : { "timestamp_start": 0, "timestamp_stop": 0 } I tried using evauatejsonpath with $.data.['Abc_def_{x_y.z.test_at_here}.json']. it worked fine. But i have the content inside curly {x_y.z.test_at_here} in .json key which is dynamic with special characters. Also tried parsing usin updateattribute, but i am unable pass it as a string in eval
... View more
Labels:
- Labels:
-
NiFi Registry