First of all, try to install an additional plugin called Power Query [2].
In the Power Query ribbon tab, click From Other Sources > Blank Query, then go to Advanced Editor and input below query string. Do not forget to change the path to your JSON.
Click -> Close & Load let Source = Json.Document(File.Contents("Z:\Directory\input.json")), AsTable = Table.FromRecords(Source) in AsTable
Click on 'Close & Load'
Reference :
[1] Microsoft Support - Connect to a JSON file
[2] Power Query for Excel
No comments:
Post a Comment