G
GigaSieve

Date Range Filter

Keep only rows that fall within a specific date range.

Open in App

How it works

  1. Open the CSV in GigaSieve.
  2. Pick the date column (YYYY-MM-DD recommended).
  3. Filter with start/end dates.
  4. Export the matching rows.

Sample Input and Output

Input

date,amount
2026-01-01,100
2026-02-01,120

Output

2026-01-01,100

Tip

Normalize dates before filtering to avoid locale issues.

Related Recipes

Related Guides