Consider a tool generated report file use case.
A tabular data is available as plain text in the report file and I would like to parse through the report to gather some data from the table and present in an html page.
Source Arrival Arrival Departure Departure Destination
Expected Actual Expected Actual
X 10:00 10:15 10:10 10:25 Z
A 8:30 8:30 8:45 8:50 B
Is it possible to get the exact column name by considering the two rows of header and then fetch value for the records?
Currently I had used crude way of setting flag to get the corresponding values from the required column