<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Limit of 10 characters when we try to extract a integer field in a xml.</title><link>https://community.appian.com/discussions/f/data/17835/limit-of-10-characters-when-we-try-to-extract-a-integer-field-in-a-xml</link><description>Hi! 
 We have trying to extract an integer field from an xml response, if the field is a string,we get the value from this field but if it is a integer, it doesnt get the value when it has over 10 characters, is there any way to get interger fields from</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Limit of 10 characters when we try to extract a integer field in a xml.</title><link>https://community.appian.com/thread/70172?ContentTypeID=1</link><pubDate>Fri, 25 Oct 2019 13:16:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:de5d7a37-b1dd-4e7c-b180-6495d3ab2f45</guid><dc:creator>Richard - SmartRules</dc:creator><description>&lt;p&gt;please dont such workarounds in appian and in general.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;your question is the key to it:&amp;nbsp;&lt;br /&gt;&lt;span&gt;&amp;quot;A better question might be what you need 10 digit integers for, and whether integer is really the type you need.&amp;nbsp; Do you need to perform math on them?&amp;quot; :)&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Limit of 10 characters when we try to extract a integer field in a xml.</title><link>https://community.appian.com/thread/70171?ContentTypeID=1</link><pubDate>Fri, 25 Oct 2019 12:57:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e1612106-b527-4dc9-849a-fe259473f554</guid><dc:creator>davel001150</dc:creator><description>&lt;p&gt;You might consider saving the value as a Decimal type, and simply not displaying the decimal point.&amp;nbsp; That&amp;#39;s how JavaScript does numbers.&amp;nbsp; There&amp;#39;s literally only one numeric type in the entire programming language.&lt;/p&gt;
&lt;p&gt;That will get you over 9 quadrillion.&amp;nbsp; At some point after that, it looses so much accuracy that you can only store every even integer up to about 16 quadrillion.&lt;/p&gt;
&lt;p&gt;A better question might be what you need 10 digit integers for, and whether integer is really the type you need.&amp;nbsp; Do you need to perform math on them?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Limit of 10 characters when we try to extract a integer field in a xml.</title><link>https://community.appian.com/thread/70158?ContentTypeID=1</link><pubDate>Fri, 25 Oct 2019 08:19:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:36bcd836-f486-4ec7-b3e8-51c45594ec00</guid><dc:creator>Richard - SmartRules</dc:creator><description>&lt;p&gt;Hi rebecar369,&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;the range of integer (regular 32 bit) values is from&amp;nbsp;&lt;span&gt;-2 147 483 648 to 2 147 483 647.&lt;br /&gt;So an integer itself as simple data type is never meant to be more than 10 digits.&lt;br /&gt;&amp;nbsp;Your issue seems to be more violating the sense of an integer than appian related.&lt;br /&gt;&lt;br /&gt;Is there any restriction using it as string/text?&lt;br /&gt;&lt;br /&gt;Do you need more information or support?&lt;br /&gt;&lt;br /&gt;kind regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Richard&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>