Filter & Query CSV

Choose a column, set a condition, and export the result.

CSV Input

Filtered CSV

Examples

  • country = US
  • email contains "@gmail.com"
  • price matches /^(?:\d+)?(?:\\.\d2)$/

FAQ

Can I filter CSV rows online without uploading?
Yes, filtering is client‑side; nothing leaves your device.
Do you support regex filters?
Yes, choose the regex operator and enter your pattern.