csvlens icon indicating copy to clipboard operation
csvlens copied to clipboard

Generalized filters

Open yogeshkumar98103 opened this issue 1 year ago • 0 comments

As of now we can filter rows only through regex. Support for a domain specific language for filtering would be nice

Example of filters can be :-

  1. HP > 10 - filter rows where value of column HP is greater than 10
  2. Name starts_with "Bee" - filter rows where column Name starts with Bee
  3. Type1 == "Bug" and Type2 == "Poison" - combine multiple conditions using and/or

yogeshkumar98103 avatar Jan 11 '24 14:01 yogeshkumar98103