It's probably base64. I think the commands in 4D are base64 encode and base64 decode
-- Jeffrey Kain [email protected] > On Sep 6, 2017, at 9:15 AM, Douglas Cryer via 4D_Tech <[email protected]> > wrote: > > Hopefully this is a simple one for many people out there. > > I am working with a REST service that is returning an image in a JSON > response. > > The image is coming back as a long text value and I am not sure what steps I > need to go through to convert it to an image. > > I tried : > TEXT TO BLOB($vt_Image;$vx_BLOb;UTF8 text with length) > BLOB TO PICTURE(vx_BLOb;$vg_Picture;”.png”) ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

