Hi ,
While using Table Extraction activity some value are coming blank, i.e data is not extracted completely. Refer the attached screen shot.
Hi ,
While using Table Extraction activity some value are coming blank, i.e data is not extracted completely. Refer the attached screen shot.
It’s due to selector for the product name. Reindicate the title selector again and make sure you tune it to highlight all the names.
You need to indicate others as well as how you indicated first one.
After indicated first column values then click on confirm from table extraction window panel and then click on start indicating again then selected other values as per your requirement.
find the below screenshot for reference,
.For more idea go through below video,
Happy automation
Yes it’s due to selectors. Try re indicating.
It looks like the sponsored and refurbished results may have a slightly different structure from the regular search results.
When configuring Extract Data, try indicating a few examples from each type of result (regular, sponsored, and refurbished). UiPath looks for the semantic structure of the data, so providing more representative examples can help it identify all result variations.
You can also try enabling or using Semantic Selectors, as they are often more resilient when page elements have different underlying structures.
Thanks
Hi @iampnkz ,
I am attaching a screenshot of the Table Extraction Wizard. While selecting a Sponsored Product, the rating of other product is highlighted instead of the product name.
This happens because Sponsored Products have a different DOM structure than regular listings. Try starting the Table Extraction from a non-sponsored product, or manually indicate the Product Name column using two regular product rows. If it still fails, use For Each UI Element instead of Table Extraction for more reliable results.
If solution works for you please mark as solution
Happy automation with UiPath
After you get the element open the table extraction properties and you need to modify the metadata field..to include more attributes
Here is an example on how to do it
Cheers
Hi @nishi_jain ,
i am attaching my main.xml file for your reference.
Main.xaml (43.8 KB)