Skip to content

filter --format json/csv loses the match total and the TRUNCATED note that view and search carry #639

Description

@arcaputo3

From the 0.21.0 dogfood (pass 2; same in streaming and in-memory, so a contract gap). xl -f nyc1m.xlsx --stream filter --where 'A > 46500000' --limit 20 --format json → a bare 20-row array with no total, while markdown says Matched 64415 row(s); showing first 20; --format csv emits no TRUNCATED note (view csv does); --limit 0 --format json scans 54 s and prints []. view has truncated/totalRows, search has count/total. Expected: filter json carries the same fields (matched, truncated, limit), csv gets the same TRUNCATED warning path, and --limit 0 either means "no limit" consistently with view or is rejected.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions