Hi, I would like to read pdf and use regex to generate specific information (like the names and phone numbers) inside different pdf in a folder. Then, insert the names and phone numbers row by row for each pdf inside the folder.
I have successfully read pdf text and used regex to output the information using the write-line activities.
However, how can I output these information into Excel row by row for different pdf files in a folder?
@cclemon after extracting the data use build data table and create header inside it if you want to add headers in your excel after this save this as dtoutput and then use add data row activity pass the string extract variable and pass the datatable of builddatatable variable
hope this image helps to understand the concept
cheers Happy Automation