Expand my Community achievements bar.

Join us for the Adobe Campaign Community Q&A Coffee Break on 30th September at 8 am PT with Campaign experts Arthur Lacroix and Sandra Hausmann.
SOLVED

How many characters can be acomodated in a field of type string512 in Adobe campaign Schema

Avatar

Level 4

Hi

My email Address field is of the type String512.
Can you please let me know what does 512 signifies, bits or bytes.

Also, can you please suggest how many bytes each ASCII character consumes in adobe campaign.

thanks a lot

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

512 characters. Character space varies on the encoding, up to 4 bytes per character for unicode.

ASCII is an unusual choice for db encoding, and would be 1 byte. Don't use ASCII.

Thanks,

-Jon

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi,

512 characters. Character space varies on the encoding, up to 4 bytes per character for unicode.

ASCII is an unusual choice for db encoding, and would be 1 byte. Don't use ASCII.

Thanks,

-Jon