<?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: Update Cursor to place Null Values in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/update-cursor-to-place-null-values/m-p/1207855#M65442</link>
    <description>&lt;P&gt;Oh.&lt;/P&gt;&lt;P&gt;I was forgetting to refresh to check.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think I'm just going to hard code the refresh into the script in the future.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Aug 2022 18:58:30 GMT</pubDate>
    <dc:creator>AlfredBaldenweck</dc:creator>
    <dc:date>2022-08-30T18:58:30Z</dc:date>
    <item>
      <title>Update Cursor to place Null Values</title>
      <link>https://community.esri.com/t5/python-questions/update-cursor-to-place-null-values/m-p/1207833#M65438</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'd like to use an update cursor to fill in appropriate rows with the data, but I want other rows to be Null. Sometimes a row that was populated should become Null.&lt;/P&gt;&lt;P&gt;How can I get the cursor to input the Null value? I tried&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;if (condition):
    row[2]= None
cursor.updateRow(row)&lt;/LI-CODE&gt;&lt;P&gt;And nothing happened.&lt;/P&gt;&lt;P&gt;Any tips? I'm currently using field calculator to set the entire thing to None, but that's slow, and since I'm using the cursor anyway, I'd like to keep it simple.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 18:03:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/update-cursor-to-place-null-values/m-p/1207833#M65438</guid>
      <dc:creator>AlfredBaldenweck</dc:creator>
      <dc:date>2022-08-30T18:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Update Cursor to place Null Values</title>
      <link>https://community.esri.com/t5/python-questions/update-cursor-to-place-null-values/m-p/1207838#M65440</link>
      <description>&lt;P&gt;what is your full cursor code?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 18:11:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/update-cursor-to-place-null-values/m-p/1207838#M65440</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-08-30T18:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Update Cursor to place Null Values</title>
      <link>https://community.esri.com/t5/python-questions/update-cursor-to-place-null-values/m-p/1207855#M65442</link>
      <description>&lt;P&gt;Oh.&lt;/P&gt;&lt;P&gt;I was forgetting to refresh to check.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think I'm just going to hard code the refresh into the script in the future.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 18:58:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/update-cursor-to-place-null-values/m-p/1207855#M65442</guid>
      <dc:creator>AlfredBaldenweck</dc:creator>
      <dc:date>2022-08-30T18:58:30Z</dc:date>
    </item>
  </channel>
</rss>

