Can't import JSON in Excel 2016 using "Get & Transform" feature
According to Microsoft's documentation I should be able to import JSON files by:
Click the Data tab, then Get Data > From File > From JSON.
If the json file is on your computer, a file, you can enter 'file:\c:\filename.json' in place of the web url. Don't include the '. The easiest way is to use the file browser and copy the path to the file and then add the file name at the end.
I ran into the same situation, and then found a work around on the following page: https://techcommunity.microsoft.com/t5/Get-and-Transform-Data/Missing-JSON-option-at-Data-gt-New-query-gt-From-File/td-p/69747
In short, the steps are to:
New Query -> From Other Sources -> From Web;
Type in (or Copy-Paste) an url to you Json data and hit OK button;
After Query Edit opens, right-click a document icon on a query dashboard and select JSON and your data is transformed to a table data format.
Thanks to 'Good Boy' who provided the work around in the article mentioned.
I found this can also be done by using From File > From Text:
Make sure you change the extension filter to "All Files"so you can find your file:
Excel will detect that the file is JSON and parse it that way. No special tricks needed. :)