I have created a project where csv data will be stored in a datatable then I will apply filter data from datatable and finally write the filtered data in a new excel sheet.
Filter data table activity is working fine while trying to apply filter on string type data, (like Name = John), but filter data table not functioning while trying to filter data on number values (like Age >= 25). Please suggest if I am doing anything wrong.