<?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: Not able to view full comments in the table in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/not-able-to-view-full-comments-in-the-table/m-p/142844#M8183</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, Robert &amp;nbsp;I&amp;nbsp;think that is the reason.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Nov 2017 21:21:45 GMT</pubDate>
    <dc:creator>AbdullahAnter</dc:creator>
    <dc:date>2017-11-16T21:21:45Z</dc:date>
    <item>
      <title>Not able to view full comments in the table</title>
      <link>https://community.esri.com/t5/data-management-questions/not-able-to-view-full-comments-in-the-table/m-p/142839#M8178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not able to view full comments in the table&amp;nbsp;but am whenever I identify a feature in the identify window. It is not due to the length of characters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2017 15:31:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/not-able-to-view-full-comments-in-the-table/m-p/142839#M8178</guid>
      <dc:creator>KyleMcGilberry</dc:creator>
      <dc:date>2017-11-16T15:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to view full comments in the table</title>
      <link>https://community.esri.com/t5/data-management-questions/not-able-to-view-full-comments-in-the-table/m-p/142840#M8179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kyle,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Is there a line return/carriage return after the "Connections Changed" portion of the string?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2017 15:39:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/not-able-to-view-full-comments-in-the-table/m-p/142840#M8179</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-11-16T15:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to view full comments in the table</title>
      <link>https://community.esri.com/t5/data-management-questions/not-able-to-view-full-comments-in-the-table/m-p/142841#M8180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kyle,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;When the comment was entered was a line return (i.e. Enter key pressed) after the&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;"Connections Changed" portion of the string?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2017 16:35:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/not-able-to-view-full-comments-in-the-table/m-p/142841#M8180</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-11-16T16:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to view full comments in the table</title>
      <link>https://community.esri.com/t5/data-management-questions/not-able-to-view-full-comments-in-the-table/m-p/142842#M8181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately I was not the one who created the comment so that could be the case. The vendor could have done that to possibly clean up the comment section but I would like to have that information in my table. Is there anything to be done on my end that could make this possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2017 16:43:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/not-able-to-view-full-comments-in-the-table/m-p/142842#M8181</guid>
      <dc:creator>KyleMcGilberry</dc:creator>
      <dc:date>2017-11-16T16:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to view full comments in the table</title>
      <link>https://community.esri.com/t5/data-management-questions/not-able-to-view-full-comments-in-the-table/m-p/142843#M8182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would experiment on a sample and use a python expression emulating the following&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;a &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"a line \n with another line"&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;print&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;a&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
a line 
 &lt;SPAN class="keyword token"&gt;with&lt;/SPAN&gt; another line

b &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; a&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;replace&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"\\"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;print&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;b&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
a line 
 &lt;SPAN class="keyword token"&gt;with&lt;/SPAN&gt; another line&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;this could be done in the field calculator as a simple expression with the python parser&lt;/P&gt;&lt;P&gt;!YourField!.replace("\\", "")&lt;/P&gt;&lt;P&gt;did I mention a sample, test file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 07:52:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/not-able-to-view-full-comments-in-the-table/m-p/142843#M8182</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-11T07:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to view full comments in the table</title>
      <link>https://community.esri.com/t5/data-management-questions/not-able-to-view-full-comments-in-the-table/m-p/142844#M8183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, Robert &amp;nbsp;I&amp;nbsp;think that is the reason.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2017 21:21:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/not-able-to-view-full-comments-in-the-table/m-p/142844#M8183</guid>
      <dc:creator>AbdullahAnter</dc:creator>
      <dc:date>2017-11-16T21:21:45Z</dc:date>
    </item>
  </channel>
</rss>

