<?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: .CSV in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/csv/m-p/729348#M56543</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's probably best if you do some research and figure out the details of your particular script. You know what you need better than anyone. Here's a couple of helpful starting points.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;# create a new csv file
myoutputfile = open("C:\\example.csv", "w")

import time
start = time.ctime()

# do a bunch of stuff...

stop = time.ctime()

myoutputfile.write("Started: {0}\n".format(start)
myoutputfile.write("Finished: {0}\n".format(stop)
myoutputfile.close()&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 07:08:43 GMT</pubDate>
    <dc:creator>PhilMorefield</dc:creator>
    <dc:date>2021-12-12T07:08:43Z</dc:date>
    <item>
      <title>.CSV</title>
      <link>https://community.esri.com/t5/python-questions/csv/m-p/729347#M56542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does anyone know how to write a script for start &amp;amp; end time, files processed into a .CSV file?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Dec 2011 02:20:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/csv/m-p/729347#M56542</guid>
      <dc:creator>GerniceMuhamed</dc:creator>
      <dc:date>2011-12-31T02:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: .CSV</title>
      <link>https://community.esri.com/t5/python-questions/csv/m-p/729348#M56543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's probably best if you do some research and figure out the details of your particular script. You know what you need better than anyone. Here's a couple of helpful starting points.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;# create a new csv file
myoutputfile = open("C:\\example.csv", "w")

import time
start = time.ctime()

# do a bunch of stuff...

stop = time.ctime()

myoutputfile.write("Started: {0}\n".format(start)
myoutputfile.write("Finished: {0}\n".format(stop)
myoutputfile.close()&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 07:08:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/csv/m-p/729348#M56543</guid>
      <dc:creator>PhilMorefield</dc:creator>
      <dc:date>2021-12-12T07:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: .CSV</title>
      <link>https://community.esri.com/t5/python-questions/csv/m-p/729349#M56544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, I will see how I can incorporate this into my script...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 16:46:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/csv/m-p/729349#M56544</guid>
      <dc:creator>GerniceMuhamed</dc:creator>
      <dc:date>2012-01-06T16:46:32Z</dc:date>
    </item>
  </channel>
</rss>

