Hi guys,
Is there a way of exporting extracted data from the DU on the cloud to an excel file like we do on Studio?
Please guide me on how to do it.
The activities on the screenshot extract data on the right side of the studio web and only extracts data for one document.
I had annotated 30 documents and my model rating is 73%. I want the extracted data on the 30 documents exported to one excel file.
Please help,its my first trial.
Thank you in advance.
Hi @Latifa
You can use export extraction results activity to store the data in dataset and then use write range to write that to excel file
You need to loop through the data and extract and write the data to datatable and then you can write to excel or csv..and store it in storage bucket or sharepoint to access it
There is no direct activity as we have one for classic activities
Cheers