specter

Latest version: 1.1.3
roklenarcic 2018-10-26T12:16:49.000900Z

here's a simple transformation: I want to delete all map entries where value is empty string

roklenarcic 2018-10-26T12:17:13.001500Z

tried with compact and transform function that transforms "" values to nil

roklenarcic 2018-10-26T12:17:19.001700Z

but that doesn't remove the key

roklenarcic 2018-10-26T12:20:27.002200Z

nvm figured it out: (setval [MAP-VALS (pred= "")] NONE {:a "" :b 5})