<?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: Adding Carriage Return for formatting purposes in ArcPro Table in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/adding-carriage-return-for-formatting-purposes-in/m-p/1340286#M74248</link>
    <description>&lt;P&gt;Have you tried inserting a newline&amp;nbsp;&lt;SPAN&gt;.agg('\n'.join) instead of a comma?&amp;nbsp;If that doesn't work, you may need to reduce the column width and&lt;/SPAN&gt;&amp;nbsp;enable word wrapping.&lt;/P&gt;</description>
    <pubDate>Sun, 22 Oct 2023 05:02:42 GMT</pubDate>
    <dc:creator>Luke_Pinner</dc:creator>
    <dc:date>2023-10-22T05:02:42Z</dc:date>
    <item>
      <title>Adding Carriage Return for formatting purposes in ArcPro Table</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/adding-carriage-return-for-formatting-purposes-in/m-p/1340171#M74241</link>
      <description>&lt;P&gt;I need a table in a layout where each Value in the cell is proceeded by a carriage return. How is this accomplished? The current format in the final data frame is adjust by a python script using&amp;nbsp;.agg(', '.join) to get the commas.&lt;/P&gt;&lt;P&gt;Instead of:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;11 D3, 11 D4, 11 C3, 11 C4&lt;/P&gt;&lt;P&gt;I want:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;11 D3&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;11 D4&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;11 C3&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;11 C4&lt;/P&gt;&lt;P&gt;By changing the column width, it adjusts the other columns as well and I do no want the others to be shortened. I am not against solutions in excel, but I don't see why this can't be handled in Pro. Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 19:55:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/adding-carriage-return-for-formatting-purposes-in/m-p/1340171#M74241</guid>
      <dc:creator>Confetti</dc:creator>
      <dc:date>2023-10-20T19:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Carriage Return for formatting purposes in ArcPro Table</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/adding-carriage-return-for-formatting-purposes-in/m-p/1340286#M74248</link>
      <description>&lt;P&gt;Have you tried inserting a newline&amp;nbsp;&lt;SPAN&gt;.agg('\n'.join) instead of a comma?&amp;nbsp;If that doesn't work, you may need to reduce the column width and&lt;/SPAN&gt;&amp;nbsp;enable word wrapping.&lt;/P&gt;</description>
      <pubDate>Sun, 22 Oct 2023 05:02:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/adding-carriage-return-for-formatting-purposes-in/m-p/1340286#M74248</guid>
      <dc:creator>Luke_Pinner</dc:creator>
      <dc:date>2023-10-22T05:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Carriage Return for formatting purposes in ArcPro Table</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/adding-carriage-return-for-formatting-purposes-in/m-p/1340422#M74268</link>
      <description>&lt;P&gt;I have tried this. The result is adding \n as a string so that I get&amp;nbsp;&lt;SPAN&gt;11 D3\n11 D4\n11 C3\n11 C4. The issue&amp;nbsp;with shortening the columns is that I cannot&amp;nbsp;individually shorten the one column, it would shorten the other column as well which would not be&amp;nbsp;&lt;/SPAN&gt;desired. Also because of the variance in 1-2 character 'words' separated by spaces, it would be almost impossible for them to all start a new line at the correct character.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 11:49:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/adding-carriage-return-for-formatting-purposes-in/m-p/1340422#M74268</guid>
      <dc:creator>Confetti</dc:creator>
      <dc:date>2023-10-23T11:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Carriage Return for formatting purposes in ArcPro Table</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/adding-carriage-return-for-formatting-purposes-in/m-p/1340430#M74269</link>
      <description>&lt;P&gt;I'm unsure if I can include this in my original Notebook but .replace() worked as a Python 3 expression in the field calculator. Consider this case closed!&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 12:41:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/adding-carriage-return-for-formatting-purposes-in/m-p/1340430#M74269</guid>
      <dc:creator>Confetti</dc:creator>
      <dc:date>2023-10-23T12:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Carriage Return for formatting purposes in ArcPro Table</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/adding-carriage-return-for-formatting-purposes-in/m-p/1544603#M88767</link>
      <description>&lt;P&gt;I've found that Shift-Enter and "&amp;lt;br&amp;gt;" seem to work within ArcPro.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But, "&amp;lt;br&amp;gt;" doesn't pass from ArcPro to Excel in the Table to Excel tool.&amp;nbsp; I need to pass a carriage return from ArcPro to Excel and then to Google MyMaps.&amp;nbsp; Shift-Enter does seem to work.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2024 02:20:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/adding-carriage-return-for-formatting-purposes-in/m-p/1544603#M88767</guid>
      <dc:creator>BenjamenWetherill</dc:creator>
      <dc:date>2024-10-02T02:20:34Z</dc:date>
    </item>
  </channel>
</rss>

