Extract Structured Data 'Intermediate D3D Window': Data at the root level is invalid. Line 1, position 1

Hi Community,

I am trying to extract invoices from ACME webpage. Any idea what I am doing wrong implementing Extracting Structured data?

Wouldn’t it be better to use data-scrapping activity instead?

Here’s my selector:
<html app='chrome.exe' title='ACME System 1 - Search Results' /> <webctrl tag='TABLE' />

OKay Extract Structured Data and Data Scraping , they are same activity however you missed one thing, when we indicate the TABLE using data scraping. It not only creates the selector but it also creates the ExtractMetaData. Please check the screenshot below.

So when you used the extract structured data, you didnot use this Extract Meta Data and thats why your activity is not working.

1 Like

Thank you for help! But how to get ExtractMetaData value?

Here you go, it has full detailed about meta data and he generated the for acme specifically…

https://forum.uipath.com/t/how-to-write-extractmetadata-in-input-of-extract-structured-data-activity/129744

Thanks,
Sachin Bhardwaj

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.