Hi ,
I have a datatable as below
Karthik:C1 | C2 | |
---|---|---|
K1 | KEEP | KEEP |
K2 | KEEP | KEEP |
#KEEP | ||
k3 | KEEP | KEEP |
k4 | KEEP | KEEP |
#KEEP | ||
k5 | KEEP | KEEP |
The datatable which has in between lines ,as in the above example 3rd and 6th line line as different value (#keep),if the same is there the datatable should be rejected.
only the proper format is accepted.in the line 3rd it can contain any string,the data table should be rejected.Can someone suggest.