skip to Main Content

Attempting to flatten JSON in Azure Data Factory

I have a JSON file in the following format: { "first_name": "Jane", "last_name": "Doe", "userid": 12345, “profile”: { “annoying_field_name_10”: {“field_id”: 15, “field_name”: “Gender”, “value”: “Female”, “applicable”: 1 }, “annoying_field_name_11”: {“field_id”: 16, “field_name”: “Interests”, “value”: “Baking”, “applicable”: 1 } } }…

VIEW QUESTION
Back To Top
Search