Concat two values of a service respone in one mapping item
I have a REST service response like this:
{path:"http://myweb.com/images/", people:[{name: "Epi", photo:"epi.jpg"}, {name:"Blas",photo:"blas.jpg"}, {name:"Henry",photo:"henry.jpg"}]}
I want to concat "path" field with every "photo" field on mapping, but mapping treats path and photo separately when two fields are dragged to the same place.
Is it possible to do my proposal?