Hi, all
how to filter all names from a specific column {line discription } in excel file
-
First use Read Range activity to read the data from excel file and it will give output as DataTable. Let’s say dtInput.
-
And then you can use Filter DataTable activity or Select query or Linq query to filter data.
What is the value you want to filter from that column @sandeshdeshpande726
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.