I am trying the following, but obviously I am doing wrong. Could you share a small example with me please?
for(var i in OPLTuple)
if(CSVrows.contains(i.first, i.second))
myArray [
I need to follow the OPL tuple order. On the other hand, CVS file has one column extra. That’s why I could not figure out how to deal with it.