Deleting matches in a huge Excel file

And also can you replace this query in assign activity and try.

(From dtRow in dt.asenumerable
Where dtRow("2.Flag").equals("Y")
Select cstr(dtRow("Match Number"))).toarray

Thanks

It works :smiley: many many thanks @prasath_S
Best support ever!!!

1 Like

Awesome very happy to hear after so many posts :grinning:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.