Expand my Community achievements bar.

The 5th edition of the Campaign Community Lens newsletter is out now!
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?

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?

page footer