I have been trying to use this recently, and you did well but there are a few issues:
Filter - Filter is either super buggy or just hard to use. You can't do != comparisons which means you can't filter out null. You can't do =.* (regex) because null is not considered empty ('""'). But negation...