Hi All,
I am working on a scenario where I have to compare 2 columns of one excel with 1 column of another excel. I am writing this expression `
Row.Item(“Firstname”).ToString and Row.Item(“LASTNAME”).ToString = CurrentRow.Item(“name”).ToString`
but I am getting error
Disallows implicit conversion from string to boolean
Kindly help in this regard.
Thank u