Import mapping the image

0
Hi guys, I am getting an image using the REST API and the response is a string . I tried import mapping the image by using base4decodeToFile and i am getting an error “Illegal character at 11 ” my string is in the following formate:   Any idea on how to decode the string and import the image in entity.   Thanks
asked
2 answers
0

 

trying to encode after creating a document entity

answered
0

Added encode using base64 and decode using base64file, will it work

answered