Skip to content

How to apply filter in loop for all fields? #1014

Answered by johnkerl
aborruso asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @aborruso ! I would suggest either of:

$ mlr --csv --from input.csv filter 'any($*, func(k,v) {return v==""})'
a,b,c
,2,3
1,,
$ mlr --csv --from input.csv filter 'any($*, func(k,v) {return is_empty(v)})'
a,b,c
,2,3
1,,

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@aborruso
Comment options

Answer selected by aborruso
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants