Date Range Filter
Keep only rows that fall within a specific date range.
Open in AppHow it works
- Open the CSV in GigaSieve.
- Pick the date column (YYYY-MM-DD recommended).
- Filter with start/end dates.
- 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.