I am not able to view full comments in the table but am whenever I identify a feature in the identify window. It is not due to the length of characters.
Yes, Robert I think that is the reason.
I would experiment on a sample and use a python expression emulating the following
a <SPAN class="operator token">=</SPAN> <SPAN class="string token">"a line \n with another line"</SPAN> <SPAN class="keyword token">print</SPAN><SPAN class="punctuation token">(</SPAN>a<SPAN class="punctuation token">)</SPAN> a line <SPAN class="keyword token">with</SPAN> another line b <SPAN class="operator token">=</SPAN> a<SPAN class="punctuation token">.</SPAN>replace<SPAN class="punctuation token">(</SPAN><SPAN class="string token">"\\"</SPAN><SPAN class="punctuation token">,</SPAN><SPAN class="string token">""</SPAN><SPAN class="punctuation token">)</SPAN> <SPAN class="keyword token">print</SPAN><SPAN class="punctuation token">(</SPAN>b<SPAN class="punctuation token">)</SPAN> a line <SPAN class="keyword token">with</SPAN> another line<SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>
this could be done in the field calculator as a simple expression with the python parser
!YourField!.replace("\\", "")
did I mention a sample, test file
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?
Kyle,
When the comment was entered was a line return (i.e. Enter key pressed) after the "Connections Changed" portion of the string?
Is there a line return/carriage return after the "Connections Changed" portion of the string?
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.