shenwei356 / csvtk

A cross-platform, efficient and practical CSV/TSV toolkit in Golang
http://bioinf.shenwei.me/csvtk
MIT License
1.01k stars 84 forks source link

Add explanation of using arrays for filter2 into usage document #195

Closed TheZetner closed 1 year ago

TheZetner commented 2 years ago

I recently spent some time screwing up array searches and after researching how govaluate handles them managed to figure it out. I've updated the documentation with examples to reflect that.

Cheers

tolot27 commented 1 year ago

Yesterday, I found the in keyword as well. Having it documented would be great.

BTW: There is no not in. Instead one can use !($number in (1, 2, 3, 5, 8, 13)).

shenwei356 commented 1 year ago

Sorry, I didn't notice this PR !

TheZetner commented 1 year ago

No worries! Thanks for all the work you do on this awesome software