If below column Description as “Invalid” then it should remove entire row using linq
Output:
2 America
5 Good Boy
If below column Description as “Invalid” then it should remove entire row using linq
Output:
2 America
5 Good Boy
Hi @Aravinthan
Check this
dTable.AsEnumerable().Where(r(“Description”).ToString.Contains(“invalid”).CopyToDataTable()
Thanks
Ashwin S
Hi @Aravinthan
After using read range use Filter datatable table activity and set rows filtering mode as remove and keep column name as “Description” and set operation as contains and value as Invalid and pass the output in write range
If you find it useful mark it as solution and close the thread.
cool,
Regards,
Gulshiyaa
when Invalid is case sensitive how to handle if it coming in upper or lower case then it not removing kindly help
use or
one is in upper case and other one is lower case…
If you find it useful mark it as solution and close the thread.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.