<?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: Have to make a 0 values in table null in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/have-to-make-a-0-values-in-table-null/m-p/195194#M11139</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Python&amp;nbsp; uses None for the null value:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/82984_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/83231_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/83232_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Apr 2015 18:58:17 GMT</pubDate>
    <dc:creator>JoeBorgione</dc:creator>
    <dc:date>2015-04-08T18:58:17Z</dc:date>
    <item>
      <title>Have to make a 0 values in table null</title>
      <link>https://community.esri.com/t5/data-management-questions/have-to-make-a-0-values-in-table-null/m-p/195191#M11136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a shapefile with PID readings attached for each location. I would like to make all 0 values null. I have found a few sources pointing me in the right direction and to use the field calculator. My experience with VB script and python is minimal. Does anyone know what the formula would be? I would assume I would have to use the "replace" command, but not positive.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 18:42:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/have-to-make-a-0-values-in-table-null/m-p/195191#M11136</guid>
      <dc:creator>caseybok</dc:creator>
      <dc:date>2015-04-08T18:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Have to make a 0 values in table null</title>
      <link>https://community.esri.com/t5/data-management-questions/have-to-make-a-0-values-in-table-null/m-p/195192#M11137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just select by attribute, where the PID values = 0, and then right click the PID field&amp;nbsp; --&amp;gt; field calculator, enter the word NULL into the box, and hit ok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 18:53:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/have-to-make-a-0-values-in-table-null/m-p/195192#M11137</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-04-08T18:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Have to make a 0 values in table null</title>
      <link>https://community.esri.com/t5/data-management-questions/have-to-make-a-0-values-in-table-null/m-p/195193#M11138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Casey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using the Field Calculator in ArcMap, you can select the records = to 0 and just calculate the value to NULL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/83208_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 18:54:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/have-to-make-a-0-values-in-table-null/m-p/195193#M11138</guid>
      <dc:creator>TomSellsted</dc:creator>
      <dc:date>2015-04-08T18:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Have to make a 0 values in table null</title>
      <link>https://community.esri.com/t5/data-management-questions/have-to-make-a-0-values-in-table-null/m-p/195194#M11139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Python&amp;nbsp; uses None for the null value:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/82984_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/83231_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/83232_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 18:58:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/have-to-make-a-0-values-in-table-null/m-p/195194#M11139</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2015-04-08T18:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Have to make a 0 values in table null</title>
      <link>https://community.esri.com/t5/data-management-questions/have-to-make-a-0-values-in-table-null/m-p/195195#M11140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's really no need to use python though, he could just use the default VB script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 18:59:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/have-to-make-a-0-values-in-table-null/m-p/195195#M11140</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-04-08T18:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Have to make a 0 values in table null</title>
      <link>https://community.esri.com/t5/data-management-questions/have-to-make-a-0-values-in-table-null/m-p/195196#M11141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;True; but since its 2015, there's more than one way to skin a cat......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 19:05:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/have-to-make-a-0-values-in-table-null/m-p/195196#M11141</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2015-04-08T19:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Have to make a 0 values in table null</title>
      <link>https://community.esri.com/t5/data-management-questions/have-to-make-a-0-values-in-table-null/m-p/195197#M11142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Except that the data format is shapefile, and dBase doesn't support numeric nulls, so the cat gets off lightly this time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 19:28:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/have-to-make-a-0-values-in-table-null/m-p/195197#M11142</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2015-04-08T19:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Have to make a 0 values in table null</title>
      <link>https://community.esri.com/t5/data-management-questions/have-to-make-a-0-values-in-table-null/m-p/195198#M11143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems like people use the word shapefile just like Kleenex and BandAids, even though they are really using Puffs &amp;amp; NexCares.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 19:39:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/have-to-make-a-0-values-in-table-null/m-p/195198#M11143</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2015-04-08T19:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Have to make a 0 values in table null</title>
      <link>https://community.esri.com/t5/data-management-questions/have-to-make-a-0-values-in-table-null/m-p/195199#M11144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hear you.&amp;nbsp; If the shapefile is a "FGDB shapefile" or "shapefile in SDE", then the options for field calculation are improved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 19:51:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/have-to-make-a-0-values-in-table-null/m-p/195199#M11144</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2015-04-08T19:51:46Z</dc:date>
    </item>
  </channel>
</rss>

