Converting Binary data type into String | Community
Skip to main content
New Participant
September 17, 2019
Solved

Converting Binary data type into String

  • September 17, 2019
  • 1 reply
  • 2307 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Raj_Ganta-1

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

Raj_Ganta-1
Raj_Ganta-1Accepted solution
New Participant
October 7, 2019

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?