cancel
Showing results for 
Search instead for 
Did you mean: 

Limitation of sring length in XML

Former Member
0 Kudos

Hi All,

Do we have any size limitation on defining data types in XI.

I have some fields contains more than 290 chars , I have defined as String in data type.

The generated XML file for this field as follows.

- <ChgdSplInstr>

- <![CDATA[ A123456789A123456789A123456789A123456789A123456789A123456789A123456789A123456789A123456789A123456789A123456789A123456789A123456789A123456789A123456789A123456789A123456789A123456789A123456789A123456789A1234567A1234567A1234567A1234567A1234567A1234567A1234567A1234567A1234567A1234567

]]>

</ChgdSplInstr>

I'm confused since it has shown <![CDATA[ .

Thanks ,

venu.

Accepted Solutions (0)

Answers (1)

Answers (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi venu,

<i>Do we have any size limitation on defining data types in XI.I have some fields contains more than 290 chars , I have defined as String in data type.</i>

string (Length > 65535) STRING

string (Length <= 65535) CHAR

Regards,

Bhavesh