If the table in the PDF has a consistent structure (fixed column headers and rows), you can use the “Extract Structured Data” activity from the UiPath.Excel.Activities package to extract the table data into a DataTable.
This activity uses OCR to locate table elements, so it is essential to have a structured and consistent layout.
Handle Dynamic Tables:
If the table has a variable number of rows and columns, you may need to loop through the table elements using activities like “For Each” to extract the values dynamically.
Hi Vikas,
Thank you for all the information. But the scenarios covered by CristianNegulescu are all mainly on hardcoded data or where the data is predictable. But in my case I have different data in ever pdf and there is no only a single space between columns.