Learn how to use Flatfile’s Advanced Filters to efficiently filter and search through your data
firstName is "John"
or age > 30
.
firstName is "John" AND age > 30
or status is "pending" OR status is "review"
.
Field Type | Available Operators |
---|---|
String | is, is not, like, is empty, not empty |
Number | is, is not, >, <, >=, <=, is empty, not empty |
Boolean | is true, is false, is empty, not empty |
Date | is, is not, >, <, >=, <=, is empty, not empty |
Enum | is, is not, is empty, not empty |