Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Converting Binary data type into String

Avatar

Level 2

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

1 Accepted Solution

Avatar

Correct answer by
Level 6

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?

View solution in original post

1 Reply

Avatar

Correct answer by
Level 6

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?