Hello,
I have a couple of word documents which contains the education details of the employees. In some of the documents, the education details are present in a table. I want to read the highest education for the employee and store it in a report. Currently, I convert the data into a collection of lines by splitting them with the ‘environment.newLine’ character. However in case of Tabular format, each column is treated as a different line causing incorrect results.
Is there any way how I can identify if the details are present in a table and read the entire row into one single line?Screen scrapping option is not possible since the format of each of the documents is different.