Hi @lakshman,
if its a single string then split it with NewLine character, then you will get a string array. Then use index to select the required line.
and if its a text file, use ReadAllLines() method, itβs return type is a string array, then do the same thing what i said above
I converted the pdf to word and read the tabular data. Paste it to an excel using a VBA Macro and then you can either created a data table or read cell by cell from the Excel. I was able to achieve what I wanted. I even got a logic to read multiple cells from the excel originating from a specific cell.
I can share the screenshots of the logic however cant share the code.