@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
)
cool I knew I could do it - it just did not click the right way 😄