Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All
I have a scenario, that am getting a file with multiple columns, with number of rows, out of that two columns data i need to compare, that two columns data must be exactly equal for every row, how to achieve that
example for good data
col1 | col2 |
Open | Open |
Open | Open |
Open | Open |
if i find That above data file is exactly valid
but if the data is in below format file is invalid , even if one row data not matched, i need to reject entire file
col1 | col2 |
Open | Open |
Open | Open |
Open | not open |
Can anybody suggest good method to approach this
Thanks In Advance
Manish
@TRF It worked for my requirement , thanks