JSON parse issue in Enrich Data by Webservice
sgenzer
Administrator, Moderator, Employee, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM ModeratorPosts:2,959Community Manager
Hi...I have never been able to send commands such as this via the Enrich Data by Webservice when using the JSON parser: $..foo[1] Often I want to find the 2nd, 3rd or whatever. I am using the notation as documentedhere. Ideas? Attached is a sample JSON file where I want to get $..lat, $..lat[1], $..lat[2] and so on.
[note: the attached file is a .zip file because this community site does not accept .json or .txt suffixes]
Thanks.
Scott
Tagged:
0
Best Answer
-
BalazsBarany Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified ExpertPosts:949Unicorn
Answers
hmm very interesting. Thank you@BalazsBarany. I was usinghttp://goessner.net/articles/JsonPath/一直帮助但clearly not aligned with the JSON parser used here. Another good bookmark to keep on hand.
Scott