Hi @anand.t,
- You can try this approach in this thread: Convert PDF Datatable to Excel - Build - UiPath Community Forum
If your table has multiple headers, this first approach may not work because the way the table is obtained read and values seperated using string manipulation. If it is a standard single header type, then this will work just fine with some .replace(SEPARATORS,",")
.
- Possible solution for multiple headers (may need string manipulation): Brainstorming Solutions for Editing Data in PDFs - Build / Activities - UiPath Community Forum