I have an XSJS service where I'm saving some strings in a HANA table like
oEntity.save(new oEntity(oUploadedData))
It is working fine but if there is some special character in the string like %
it fails. Is there any way to escape the percentage sign and save it like that?