How to output excel from Azure document intelligence?

ok 5 Reputation points
2024-01-07T10:54:39.0233333+00:00

Hi,i'm a student major in aduit.this is my first time to try azure document intelligence to transform pdf to excel.But the output is json form.i dont know how to transfer it to excel.and it seems when i copy the json data to some online website, which can transfer json to excel,thing turn out to be something wrong.

please help me.

0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. Azar 31,610 Reputation points MVP Volunteer Moderator
    2024-01-07T12:53:02.4866667+00:00

    Hi ok

    Let me suggest you two ways you can do this,Follow these steps:

    • Copy the JSON data from your Azure Document Intelligence output.
    • Visit json-csv.com and paste your JSON data.
    • Adjust the settings if needed.
    • Click on the "Download" button to download the Excel file.

    or you can do this over excel If you have Microsoft Excel installed, you can directly import JSON data into Excel:

    • Open Excel.
    • Go to the "Data" tab.
    • Click on "Get Data" or "Get External Data."
    • Choose "JSON" and import your JSON file.
    • Follow the import wizard to map JSON properties to columns.

    If this helps kindly Accept the answer and if you have any queries kindly ping here thanks very much.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.