filterx 0.2.4

A simple command line tool to filter data using a python-like syntax
Documentation
1
2
3
4
5
csv:
  cargo run --release -- c -H --oH test_data/test.csv -e "select(a);Alias(a) = 'sss'" out.csv

bin217:
  cargo zigbuild --target x86_64-unknown-linux-gnu.2.17 --release