Hey community,
I have opened the browser from AdsPower and am trying to use Extract Table Data, on sample chrome on the same website I can use Extract Table Data but when I use this activity on the AdsPower browser I get the attached error. My selectors are:
Any help will highly be appreciated.
Best Regards,
Muhammad Anas.
Hi Muhammad,
You cant extract a table with data scrapping or Table extraction. Try this:
Hi Shail,
Since your pdf contains structured data, this is doable in a fairly small workflow.
Step 1. You first read the pdf file using pdf read activity - save the string and you will spot a pattern
Step 2. Perform some string manipulation to get the string output from Step 1 to look like a csv format (replacing double spaces with “,”)
Step 3. Uipath can now save that string directly as a temporary csv file, but I see that you want the result in excel. To save the result in excel, there are…
Hello Ashwin,
In this video, I have 17 use-cases for extracting tables from PDF and write data in Excel:
[UiPath extract Tables from PDF (use case) (PDF table)]
Your PDF is here at this point:
1:22:10 File 20 PDF with multiple columns that have multiple lines
Code:
Thanks,
Cristian Negulescu
Cheers!
1 Like
mkankatala
(Mahesh Kankatala)
February 14, 2024, 7:18pm
3
Hi @Muhammad_Anas_Baloch
May be the data is not in the structured format to extract it as a datatable. The Extract table data will extract the data which in structured format.
Hope it helps!!
Hey @mkankatala , everything is working fine on normal chrome browser the issue is only in the AdsPower browser.
why ADS? I also think it’s in the browser, it works for me in a regular browser, in a gobrowser, maybe because it’s a new product, I’m not sure. Good luck
1 Like