Hi to everyone!
I’m trying to read a table from a PDF file and put it into an Excel. How can I take only the table from the PDF?
Thanks!
Hi to everyone!
I’m trying to read a table from a PDF file and put it into an Excel. How can I take only the table from the PDF?
Thanks!
Hi,
Can you share a screen capture of the pdf if possible?
What methods have you tried such as data scraping or table extraction or something else?
Hey,
try with Read PDF text to get value in String
then Use generate Data Table activity so it will convert string to data table
i hope it will work
Thanks
How to copy data from a PDF to Excel
Open the PDF into Word. …
Convert the document and click “Enable Editing”
Copy the data from the document.
Open the correct Excel spreadsheet.
Paste the data into Excel.
Format the information. .
Title and save the spreadsheet.
Regards,
Will
@RK_0 Can you please provide an approach for the below table in PDF and transfer it to excel?
Master @Yoichi, do you have an approach for this scenario?
Hi,
If you can use DocumentUnderstainding, it will help you.
If not, can you try to read it using ReadPDFText activity then extract each data with string manipulation.
It may be better to raise a new topic attached the pdf file.
Regards,