specter

Latest version: 1.1.3
nathanmarz 2021-02-14T21:41:58.003500Z

@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
  )

richiardiandrea 2021-02-16T16:28:42.003600Z

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