Fork me on GitHub
#specter
<
2021-02-14
>
nathanmarz21:02:58

@richiardiandrea you're looking for something like:

(multi-transform
  [ALL
   (multi-path
     [FIRST (terminal utils/->memo-kebab-case-keyword)]
     [LAST ALL (map-key :image_id) (terminal ...)]
     )]
  data
  )

richiardiandrea16:02:42

cool I knew I could do it - it just did not click the right way 😄