You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the main thing I'm not understanding is getting select to return a sub-map, instead of the value. For instance (select [ALL :a :b :c]) returns "4" instead of {:a {:b {:c 4}}.
What concept am I missing?
The text was updated successfully, but these errors were encountered:
Hello! Been a while.
I'm writing some ETL code which basically filters a map by another map. Specter seems right for this. For example:
I think the main thing I'm not understanding is getting select to return a sub-map, instead of the value. For instance
(select [ALL :a :b :c])
returns"4"
instead of{:a {:b {:c 4}}
.What concept am I missing?
The text was updated successfully, but these errors were encountered: