Join 3 parts of image URL on mapping
I have this JSON:
"icon":{ "prefix":"https:\/\/foursquare.com\/img\/categories\/building\/gym_",
"sizes":[
32,
44,
64,
88,
256
],
"name":".png"
},
The image URL is formed with prefix+size+name. I will use always size = 88. How can I mapping this 3 JSON fields to a image field?