


Hi ,
I am pulling the fields from SQL into Adobe in which Email address is in BINARY 64 as data type , which is creating issue in reading the email field in Adobe campaign. How can I convert the data type Binary 64 (data type is showing as BIN in Adobe) for email field so that I can join this BIN data type with my other email column whose data type is STRING.
Thanks
Arif
ToString() should work to convert from integer to string. also check the methods in JSAPI and see if toBase64() or appendBase64() are something that you are looking for?
ToString() should work to convert from integer to string. also check the methods in JSAPI and see if toBase64() or appendBase64() are something that you are looking for?