How I can drop anyone fields if a value in this field contains "null"?

If I try:

 prune {
                                        blacklist_values => [ ".*", "null" ]
                              }

this does not work...