对于较大的嵌套 json 结果,我无法使用“提取数据”策略。我将如何在 apigee“提取数据”政策中编写此内容?特别是,我对 npi、姓氏、名字和公司地址字段感兴趣。谢谢。
{
"meta": {
"rowCount": 1
},
"result": [
{
"npi": 1671836487,
"type": "individual",
"last_name": "HUTTER",
"first_name": "JOHN",
"name_prefix": "MR.",
"credential": "MD",
"business_address": {
"address_line": "1MAINSTREET",
"city": "HARTFORD",
"state": "CT",
"zip": "06106",
"country_code": "US",
"phone": "8605551212",
"fax": "8605551212"
},
"practice_address": {
"address_line": "1MAINST",
"city": "HARTFORD",
"state": "CT",
"zip": "06106",
"country_code": "US",
"phone": "8605551212",
"fax": "8605551212"
},
"enumeration_date": "2013-04-03T00: 00: 00.000Z",
"last_update_date": "2013-04-03T00: 00: 00.000Z",
"gender": "male",
"provider_details": [
{
"healthcare_taxonomy_code": "101Y00000X",
"license_number": "002295",
"taxonomy_switch": "yes"
}
],
"sole_proprietor": "no"
}
]
}