<?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: Pasting in null into text field, pasts the characters: &amp;lt;null&amp;gt; and not null itself in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/pasting-in-null-into-text-field-pasts-the/m-p/550351#M31171</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay; now I think I see what you mean. Can you use a domain where &amp;lt;null&amp;gt; value is one of the choices?&amp;nbsp; I have a couple text fields set up that way.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Mar 2013 18:45:00 GMT</pubDate>
    <dc:creator>JoeBorgione</dc:creator>
    <dc:date>2013-03-21T18:45:00Z</dc:date>
    <item>
      <title>Pasting in null into text field, pasts the characters: &lt;null&gt; and not null itself</title>
      <link>https://community.esri.com/t5/data-management-questions/pasting-in-null-into-text-field-pasts-the/m-p/550348#M31168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone else come across the following behaviour in ArcMap?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I am editing an attribute table in a Feature class, sometimes I need to replace a single value in a field with null. I will often do this by simply coping one of the other fileds ear by which has a null value in it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However I am finding that sometimes if I am pasting to a field which a a data type of text, it ends up storing the characters: &amp;lt;Null&amp;gt; rather than null itself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As ArcMap displays Null values as &amp;lt;Null&amp;gt;, it is impossible for me to know when this is happening. I then find I have to locate them using a select by attribute query and use the field calculator&amp;nbsp; to replace them with null.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I could use the field calculator all the time but using it for one value takes longer than it goes to simply copy and paste a near by null.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using 10.1.1 but I find the problem occurs with any version of ArcMap I use from at least 9.3.1 onwards.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2013 08:43:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/pasting-in-null-into-text-field-pasts-the/m-p/550348#M31168</guid>
      <dc:creator>TimLangner</dc:creator>
      <dc:date>2013-03-21T08:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Pasting in null into text field, pasts the characters: &lt;null&gt; and not null itself</title>
      <link>https://community.esri.com/t5/data-management-questions/pasting-in-null-into-text-field-pasts-the/m-p/550349#M31169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Take a look at this post :&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/66673-Calculate-the-NULL-value-using-a-Field-Calculator"&gt;http://forums.arcgis.com/threads/66673-Calculate-the-NULL-value-using-a-Field-Calculator&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It provides a python and a vb script parser solution.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2013 10:33:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/pasting-in-null-into-text-field-pasts-the/m-p/550349#M31169</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2013-03-21T10:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pasting in null into text field, pasts the characters: &lt;null&gt; and not null itself</title>
      <link>https://community.esri.com/t5/data-management-questions/pasting-in-null-into-text-field-pasts-the/m-p/550350#M31170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your reply. As it happens I had read that previously. However that doesn't address how I am getting the characters '&amp;lt;Null&amp;gt;' and not null itself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I mentioned previously I can use the field calculator to generate null but I don't wish to have to do that every time I have just 1 value that needs to be replaced.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can of course delete the values in the field but instead of then showing &amp;lt;Null&amp;gt; it just leaves the field blank. I prefer to see &amp;lt;Null&amp;gt; in every field whilst I am working, where &amp;lt;Null&amp;gt; exists.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is a minor point but I was interested if anyone else had noticed it. I wonder how many databases have the characters &amp;lt;Null&amp;gt; in them when the person viewing it, think it's null itself.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2013 11:36:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/pasting-in-null-into-text-field-pasts-the/m-p/550350#M31170</guid>
      <dc:creator>TimLangner</dc:creator>
      <dc:date>2013-03-21T11:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Pasting in null into text field, pasts the characters: &lt;null&gt; and not null itself</title>
      <link>https://community.esri.com/t5/data-management-questions/pasting-in-null-into-text-field-pasts-the/m-p/550351#M31171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay; now I think I see what you mean. Can you use a domain where &amp;lt;null&amp;gt; value is one of the choices?&amp;nbsp; I have a couple text fields set up that way.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2013 18:45:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/pasting-in-null-into-text-field-pasts-the/m-p/550351#M31171</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2013-03-21T18:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Pasting in null into text field, pasts the characters: &lt;null&gt; and not null itself</title>
      <link>https://community.esri.com/t5/data-management-questions/pasting-in-null-into-text-field-pasts-the/m-p/550352#M31172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for that. With domains I thought that just creates a list which is not much help as I am typing in many different things into the boxes that wouldn't be in the list. I do however use domains on other fields.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thinking about it, how does one add null to a domain. Surely typing in null or &amp;lt;null&amp;gt; would produce characters rather than null itself.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 07:55:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/pasting-in-null-into-text-field-pasts-the/m-p/550352#M31172</guid>
      <dc:creator>TimLangner</dc:creator>
      <dc:date>2013-03-22T07:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Pasting in null into text field, pasts the characters: &lt;null&gt; and not null itself</title>
      <link>https://community.esri.com/t5/data-management-questions/pasting-in-null-into-text-field-pasts-the/m-p/550353#M31173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks for that. With domains I thought that just creates a list which is not much help as I am typing in many different things into the boxes that wouldn't be in the list. I do however use domains on other fields.&lt;BR /&gt;&lt;BR /&gt;Thinking about it, how does one add null to a domain. Surely typing in null or &amp;lt;null&amp;gt; would produce characters rather than null itself.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think what I did is set it to 'Allow NULL Values' = YES for the field. And then assigned the domain to the field.&amp;nbsp; That may not be helpful with you since your database is already set up.&amp;nbsp; The thing about domains is you can always calc a value of your choice; if working on a single record it provides a pick list to choose from, but you don't have to select the choice. You can enter in what you want, as long as it 'fits'; that is if you have a 2 character field, obviously a 10 character value won't fit.....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With respect to your original post, the key might be allowing null values; it's been a while since I set that database up and I just don't recall.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps-&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 12:30:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/pasting-in-null-into-text-field-pasts-the/m-p/550353#M31173</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2013-03-22T12:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Pasting in null into text field, pasts the characters: &lt;null&gt; and not null itself</title>
      <link>https://community.esri.com/t5/data-management-questions/pasting-in-null-into-text-field-pasts-the/m-p/550354#M31174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Your right about the drop down list and entering other values. Not something I thought of. However that would be confusing for other users who have only basic GIS skills. Anyway I got around the problem by searching for the string '&amp;lt;Null&amp;gt;' but I d rather not have had to do such a thing because I shouldn't be able to generate the string '&amp;lt;Null&amp;gt;' given that I was only coping Null itself from another column and wishing to copy a string '&amp;lt;Null&amp;gt;'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This may have something to do with the fact that when you copy values from the database to excel spreadsheets, it preserves the wording &amp;lt;Null&amp;gt;. That might be great for those copying to Excel but not great is copying internally as I have been doing. Of course if you export the spreadsheet I'm not sure if it includes the string &amp;lt;Null&amp;gt; then. It may not do.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 08:07:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/pasting-in-null-into-text-field-pasts-the/m-p/550354#M31174</guid>
      <dc:creator>TimLangner</dc:creator>
      <dc:date>2013-04-03T08:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pasting in null into text field, pasts the characters: &lt;null&gt; and not null itself</title>
      <link>https://community.esri.com/t5/data-management-questions/pasting-in-null-into-text-field-pasts-the/m-p/550355#M31175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having the same problem on version 10.6 using the Attribute Table.&amp;nbsp; If I copy-paste NULL values from one field to another, it pastes the text representation of NULL, not the value NULL.&amp;nbsp; Also, if I backspace in the field, it seems to leave an empty string in the cell, not NULL.&amp;nbsp; If I then right-click and select Delete, I still have an empty string in the cell.&amp;nbsp; This is a bug to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If, however, I use the Attribute Editor, I can just backspace in the field and it leaves a NULL value in the cell.&amp;nbsp; It behaves quite nice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2018 20:20:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/pasting-in-null-into-text-field-pasts-the/m-p/550355#M31175</guid>
      <dc:creator>NathanHeick</dc:creator>
      <dc:date>2018-07-06T20:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Pasting in null into text field, pasts the characters: &lt;null&gt; and not null itself</title>
      <link>https://community.esri.com/t5/data-management-questions/pasting-in-null-into-text-field-pasts-the/m-p/550356#M31176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you've discovered, copy/paste &amp;lt;Null&amp;gt; isn't a viable option; I don't that's a bug per se.&amp;nbsp; If you would rather have true &amp;lt;Null&amp;gt; value my suggestion is to select where YourFieldName&amp;nbsp;= 'Null' (or what ever the text representation is) and then using the &lt;STRONG&gt;PYTHON&lt;/STRONG&gt; parser in the field calculator:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YourFieldName = None&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2018 20:34:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/pasting-in-null-into-text-field-pasts-the/m-p/550356#M31176</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2018-07-06T20:34:37Z</dc:date>
    </item>
  </channel>
</rss>

