specter

richiardiandrea 2022-05-05T19:32:04.836829Z

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?

richiardiandrea 2022-05-05T19:54:35.619049Z

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

nathanmarz 2022-05-05T22:44:24.614119Z

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

❤️ 1