コミュニティアチーブメントバーを展開する。

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