Quantcast
Channel: Active questions tagged worksheet-function - Super User
Viewing all articles
Browse latest Browse all 998

How to import JSON data into EXCEL columns?

$
0
0

I have an excel spreadsheet like following:

enter image description here

with a first column the name of something, and then two columns "date" and "owner". I also have the following JSON file which I want to import via "Get Data" -> "From File" -> "From JSON" to populate the empty columns automatically from the data in the JSON file.

JSON file content:

{"TEST-1": {"date": 2,"owner": "Alfred"    },"TEST-2": {"date": 4,"owner": "Berta"    },"TEST-3": {"date": 6,"owner": "Cesar"    },"TEST-42": {"date": 84,"owner": "Dave"    },}

in the end I want to have the excel table look like following:

enter image description here

But I have no clue on how to do this with this "Power Query".Any ideas? Tutorials? Simple explanations?


Viewing all articles
Browse latest Browse all 998

Trending Articles