大規模なネストされた 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"
}
]
}