As an example above, I have 2 files with different attributes as headers like Year numbers.
The excel reader reads file 1 with years but If I use the same reader for file 2 then it does recognise the non matching attributes and its values.
How can I read the attributes dynamically irrespective of which excel file I am reading.
Any help is greatly appreciated.