Hi Josh Anglesea ,
Thanks for your quick reply.
It seems I haven't ask my question properly.Let me explain my requirement in detail.
I'm developing AL extension. It read an excel uploaded by user and insert record to a table say, Customer table. First row of the excel contain field names. I want to validate weather these fields are in the Customer table and if not I'm going give a message for mismatching fields. for that, I need to check if these fields(columns of first row) exist by name in the Customer table.
