Fork me on GitHub
#specter
<
2022-05-05
>
richiardiandrea19:05:04

Hi there, long time no see! Is there a way to navigate to non-existing keys (call it nilable-columns-names) and set their value to nil if not yet populated?

richiardiandrea19:05:35

Oh nvm, I ran into this https://github.com/redplanetlabs/specter/issues/221 And I am probably going to use reduce for that one

nathanmarz22:05:24

@richiardiandrea (transform (multi-path :a :b :c) identity data) will do that

❤️ 1