I have a PDF, from which I am using the PDF Text extracting tool to get the words on it. There is a bidder name and a code that I am extracting, and I want to now show this information inside columns in an excel sheet. Originally I was just extracting the string using match, but how do I do this in the data table?
You can use Add Data Row activity and pass the variable names according to the column names.
Regards
Declare a variable and add that variable using Add Data Row activity.
Just make sure your datatable variable is initialised before you use Add data row activity otherwise it will throw exception object reference not set to an instance of an object
Thanks,
Ashok
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.