I'm triying to parse and load the following Json file into table I'm getting the records only if party address have the vallues if it is null the record is not loaded even party name and party type having values. please anyone solve this.

BandiVenkateswarlu-0829 1 Reputation point
2021-07-27T07:11:06.473+00:00

{
" Party": [
{
" Party Address": [
{
"Country": "Belgium",
"First Order Administrative Division": "Wallonia"
},
{
"Country": "Canada",
"First Order Administrative Division": null
}
],
" Party Name": "PRODUCTION DU DRAGON SA",
" Party Type": "Insured"
},
{
"Contract Party Address": []

                    " Party Name": "COMPANHIA DESEGUROS FI DELI DADE MUNDIAL",
                    " Party Type": "Reinsured"
                }
            ]

}

Microsoft BizTalk Server
Microsoft BizTalk Server
A family of Microsoft server products that support large-scale implementation management of enterprise application integration processes.
363 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.