Hello,
We have a question using the Filter Data Table activity.
When we read information from a CSV file and try to filter the information to dump the result in a CSV file, we can not get it to work properly.
In the case of text values, if it works for us, but when we want to perform a filter with numeric values (field1 > 1500), for example, it does not work for us.
@daniel.valle I am facing the same issue. The comparison works for some columns having text(strings) . But does not work for columns with number values. e.g., “Count” > 50.
Either all the data gets written to output csv or only the headers. Did u have any luck in fixing this?
Below is my workflow