<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: export file gdb to dbf rounding doubles - any way to avoid this bug in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/export-file-gdb-to-dbf-rounding-doubles-any-way-to/m-p/230666#M13064</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I expect it is a DBF issue -- the buffer is 14 places, and it uses scientific notation.&amp;nbsp; If you write&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;one row out to the shapefile, you could open in an editor and look at the file contents.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jul 2012 21:08:51 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2012-07-18T21:08:51Z</dc:date>
    <item>
      <title>export file gdb to dbf rounding doubles - any way to avoid this bug</title>
      <link>https://community.esri.com/t5/data-management-questions/export-file-gdb-to-dbf-rounding-doubles-any-way-to/m-p/230665#M13063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I ran into this yesterday but found it was a bug submitted (in pgdb form) back in 20007. I have 14 digit IDs from a vendor that are A-OK in shapefile as doubles. Copy into file gdb - no problem. Export out to dbase and the last two digits are 00. It must not be a limitation of the dbase format, because all 14 digits are in the original shapefile. I've tried GP tool and from ArcMap UI.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has this really been a bug for 5 years? I can think of two work arounds: export as text file and write the IDs into text fields. It'd be a lot better if there was some way to avoid the whole thing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;NIMBUS still shows that bug as "on hold."&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 18:58:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/export-file-gdb-to-dbf-rounding-doubles-any-way-to/m-p/230665#M13063</guid>
      <dc:creator>HarryBowman</dc:creator>
      <dc:date>2012-07-18T18:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: export file gdb to dbf rounding doubles - any way to avoid this bug</title>
      <link>https://community.esri.com/t5/data-management-questions/export-file-gdb-to-dbf-rounding-doubles-any-way-to/m-p/230666#M13064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I expect it is a DBF issue -- the buffer is 14 places, and it uses scientific notation.&amp;nbsp; If you write&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;one row out to the shapefile, you could open in an editor and look at the file contents.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 21:08:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/export-file-gdb-to-dbf-rounding-doubles-any-way-to/m-p/230666#M13064</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-07-18T21:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: export file gdb to dbf rounding doubles - any way to avoid this bug</title>
      <link>https://community.esri.com/t5/data-management-questions/export-file-gdb-to-dbf-rounding-doubles-any-way-to/m-p/230667#M13065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, Vince.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The original shapefiles (before bringing them into gdb via a merge) had the 14 (or 15 in some cases) ID as a double field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I took one of the original vendor supplied shapefiles, opened it in ArcMap, the ID showed up fine. I selected one record and exported. The new dbf showed up fine - the entire ID was there. Opened in an editor - the ID was there, no scientific notation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Took a file GDB table with the same ID field. The entire ID is there in file GDB. Selected one record and exported as dbf. Opened the file in an editor. The ID field was truncated and used scientific notation, as you predicted.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 21:23:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/export-file-gdb-to-dbf-rounding-doubles-any-way-to/m-p/230667#M13065</guid>
      <dc:creator>HarryBowman</dc:creator>
      <dc:date>2012-07-18T21:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: export file gdb to dbf rounding doubles - any way to avoid this bug</title>
      <link>https://community.esri.com/t5/data-management-questions/export-file-gdb-to-dbf-rounding-doubles-any-way-to/m-p/230668#M13066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There's two ways to represent numeric values in dBase, floating point and scientific notation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It's not possible to encode values in either without running into precision issues, and SciNot&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;has a much larger range.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't trust double precision past 12 places, so I wouldn't consider this a bug; it's just&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;a manifestation of one of the many reasons shapefiles are not reliable as a spatial data&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;transfer format.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are a number of ways to retain the value of your IDs that are transfer-safe, but&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;all of them involve converting the values into strings (base16, base32, base48,...)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 23:49:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/export-file-gdb-to-dbf-rounding-doubles-any-way-to/m-p/230668#M13066</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-07-18T23:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: export file gdb to dbf rounding doubles - any way to avoid this bug</title>
      <link>https://community.esri.com/t5/data-management-questions/export-file-gdb-to-dbf-rounding-doubles-any-way-to/m-p/230669#M13067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;... so I wouldn't consider this a bug; &lt;STRONG&gt;it's just&lt;BR /&gt;a manifestation of one of the many reasons shapefiles are not reliable as a spatial data&lt;BR /&gt;transfer format.&lt;/STRONG&gt;&lt;BR /&gt;- V&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Vince- that is probably the most concise if not eloquent description of shapfiles I've ever read.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 10:32:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/export-file-gdb-to-dbf-rounding-doubles-any-way-to/m-p/230669#M13067</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2012-07-19T10:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: export file gdb to dbf rounding doubles - any way to avoid this bug</title>
      <link>https://community.esri.com/t5/data-management-questions/export-file-gdb-to-dbf-rounding-doubles-any-way-to/m-p/230670#M13068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's me -- concise and non-eloquent. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 11:21:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/export-file-gdb-to-dbf-rounding-doubles-any-way-to/m-p/230670#M13068</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-07-19T11:21:54Z</dc:date>
    </item>
  </channel>
</rss>

