DEFRA / gwa-etl

Azure Function app for GWA ETL activities.
Other
0 stars 1 forks source link

Construct phone number object during AW & AAD data combining #13

Closed st3v3nhunt closed 3 years ago

st3v3nhunt commented 3 years ago

Currently, phoneNumbers is an array of phone numbers. Each phone number needs to be part of an object providing additional information e.g.

{ type: 'corporate', id: 'GUID', subscribedTo: ['area_code:office_location'], number: 'phone number' }