<?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 model builder - can I write text from results window outputs to file? in ModelBuilder Questions</title>
    <link>https://community.esri.com/t5/modelbuilder-questions/model-builder-can-i-write-text-from-results-window/m-p/857924#M1091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am running a big batch script which has the arcGIS time space tools. The results window outputs all these important messages on&amp;nbsp;my analysis (the time interval, the statistical significance etc..)&amp;nbsp;- how can I make my model builder write that information to a file?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way it is now I have to go back through the results, hover my mouse precisely in the right spot until the results window pops up, scroll around, copy/paste into a text file...that seems silly.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Oct 2019 13:40:32 GMT</pubDate>
    <dc:creator>AurelieShapiro1</dc:creator>
    <dc:date>2019-10-16T13:40:32Z</dc:date>
    <item>
      <title>model builder - can I write text from results window outputs to file?</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/model-builder-can-i-write-text-from-results-window/m-p/857924#M1091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am running a big batch script which has the arcGIS time space tools. The results window outputs all these important messages on&amp;nbsp;my analysis (the time interval, the statistical significance etc..)&amp;nbsp;- how can I make my model builder write that information to a file?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way it is now I have to go back through the results, hover my mouse precisely in the right spot until the results window pops up, scroll around, copy/paste into a text file...that seems silly.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2019 13:40:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/model-builder-can-i-write-text-from-results-window/m-p/857924#M1091</guid>
      <dc:creator>AurelieShapiro1</dc:creator>
      <dc:date>2019-10-16T13:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: model builder - can I write text from results window outputs to file?</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/model-builder-can-i-write-text-from-results-window/m-p/857925#M1092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you run the tool (or your model) from a Python script (or the Python command line) you can capture messages with arcpy.GetMessages(0) and write them to a text file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Oct 2019 16:31:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/model-builder-can-i-write-text-from-results-window/m-p/857925#M1092</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2019-10-20T16:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: model builder - can I write text from results window outputs to file?</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/model-builder-can-i-write-text-from-results-window/m-p/857926#M1093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you run your model as a tool, so &lt;SPAN style="text-decoration: underline;"&gt;not&lt;/SPAN&gt; from within modelbuilder but from the toolbox it is in, then the process log is captured under the results panel which you can view or copy into your text editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="469551" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/469551_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No coding required.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2019 15:05:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/model-builder-can-i-write-text-from-results-window/m-p/857926#M1093</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2019-10-28T15:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: model builder - can I write text from results window outputs to file?</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/model-builder-can-i-write-text-from-results-window/m-p/857927#M1094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm pretty sure &lt;A href="https://community.esri.com/migrated-users/9456"&gt;Aurelie Shapiro&lt;/A&gt; is using Pro with&amp;nbsp;the mention of hovering the mouse around to find things.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Pro the equivalent place to do this to avoid the "hovering and waiting" is to open the geoprocessing history in the Analysis tab, there is a button in there to open the history where you can copy and paste the messages similar to your ArcMap screenshot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Nov 2019 00:32:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/model-builder-can-i-write-text-from-results-window/m-p/857927#M1094</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2019-11-03T00:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: model builder - can I write text from results window outputs to file?</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/model-builder-can-i-write-text-from-results-window/m-p/857928#M1095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes exactly - it's the same in arcmap or pro, but I hhave process running 100times. I am not really enjoying the 100x copy and paste...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Nov 2019 06:59:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/model-builder-can-i-write-text-from-results-window/m-p/857928#M1095</guid>
      <dc:creator>AurelieShapiro</dc:creator>
      <dc:date>2019-11-03T06:59:47Z</dc:date>
    </item>
  </channel>
</rss>

