Filter TSV Rows
Drop a .tsv file here, or
ready
Filter TSV Rows
Write a small expression and keep only the rows that match. Supported operators: =, !=, >, <, >=, <=, contains, ~ (regex). Combine clauses with AND / OR (AND has higher precedence) and group with parentheses. Quote string values with double quotes; bare words refer to column names.
— S., [email protected]
Examples
status = "active"age > 30 AND country = "UA"name contains "smith" OR name ~ "^J"(role = "admin" OR role = "owner") AND active = "true"
Privacy
100% client-side. No upload. See the privacy policy.