Hi Team!
I have a requirement to Import all addresses from accountAddress.json which will looks like below.
{
"id": "100482",
"addresses": [
{
"id": "01",
"type": "SHIP",
"street": "Army Six Q Store, RNZAF Base Hobsonville, Hudson Bay Rd, 1250 H/ville",
"address": "Army Six Q Store, RNZAF Base Hobsonville, Hudson Bay Rd, 1250 H/ville, Auckland"
},
{
"id": "02",
"type": "SHIP",
"street": "NZ Defence Force - Auckland Army Centre, 204-234 Great North Road, Grey Lynn",
"address": "NZ Defence Force - Auckland Army Centre, 204-234 Great North Road, Grey Lynn, Auckland"
}
]
},
{
"id": "100965",
"addresses": [
{
"id": "01",
"type": "SHIP",
"street": "Alltex Plastering, 66 School Road, R.D.4 Tomarata",
"address": "Alltex Plastering, 66 School Road, R.D.4 Tomarata, Wellsford"
}
]
},
Is there any inbult feature to do this or we need to right any Job to accomplish this.
Here "id" represents the Organization Code.
Please help me on this.
Thank You