I have values like ‘abc;def;ghi’ in one string (for eg - Str A) and
I have ‘abc’ , ‘def’, ‘ghi’ as header names in one excel file .
How to get the above header names in another string like - ‘abc;def;ghi’ (for eg - Str B)
I want to compare whether the excel headers matches with the given data
i.e Str A = Str B.
Please let me know if you have any easy way to do this
Thank you for the response -
The “ColumnName” which you had mentioned to enter is not possible here since
‘abc’ , ‘def’ etc are header names in separate column -