내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

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 채택된 해결책 개

Avatar

정확한 답변 작성자:
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

원본 게시물의 솔루션 보기

1 답변 개

Avatar

정확한 답변 작성자:
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