<?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: Import a CSV file to Include Date Created and Date Modified in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Import-a-CSV-file-to-Include-Date-Created-and-Date-Modified/m-p/855558#M102663</link>
    <description>&lt;P&gt;I got this to work with this included in an iteration.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Current_File = path || final_files[i],
&lt;BR /&gt;Creation_Date = Format( Creation Date(Current_file), "ddmonyyyy:h:m:s");
        
Modification_Date = Format( Last Modification Date(Current_file), "ddmonyyyy:h:m:s");

dt &amp;lt;&amp;lt; New Column("Creation Date", Character, "Nominal", Formula(Eval(Creation_Date)));
		
dt &amp;lt;&amp;lt; New Column("Modification Date", Character, "Nominal", Formula(Eval(Modification_Date)));&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 26 Mar 2025 14:25:46 GMT</pubDate>
    <dc:creator>SpannerHead</dc:creator>
    <dc:date>2025-03-26T14:25:46Z</dc:date>
    <item>
      <title>Import a CSV file to Include Date Created and Date Modified</title>
      <link>https://community.jmp.com/t5/Discussions/Import-a-CSV-file-to-Include-Date-Created-and-Date-Modified/m-p/849142#M102508</link>
      <description>&lt;P&gt;I need to import a series of CSV files that do not explicitly contain a date stamp as data text.&amp;nbsp; Am I able to somehow collect the date modified and / or date created to fill in the blanks?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Mar 2025 19:43:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Import-a-CSV-file-to-Include-Date-Created-and-Date-Modified/m-p/849142#M102508</guid>
      <dc:creator>SpannerHead</dc:creator>
      <dc:date>2025-03-21T19:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Import a CSV file to Include Date Created and Date Modified</title>
      <link>https://community.jmp.com/t5/Discussions/Import-a-CSV-file-to-Include-Date-Created-and-Date-Modified/m-p/849155#M102509</link>
      <description>&lt;P&gt;With Multiple File Import you can add file creation date&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1742586400372.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/74091iED5B71C321D5705B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1742586400372.png" alt="jthi_0-1742586400372.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And if you are opening those using JSL you can use Last Modification Date&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1742586428991.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/74092iFB573C161E3ABBC0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1742586428991.png" alt="jthi_1-1742586428991.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and/or Creation Date to add new column after you load the .csv as a table&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_2-1742586450374.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/74093i3C96F8CBFB3D5C41/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_2-1742586450374.png" alt="jthi_2-1742586450374.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;both are found under File in Script Index and &lt;A href="https://www.jmp.com/support/help/en/18.2/#page/jmp/file-functions.shtml#" target="_blank" rel="noopener"&gt;JSL Syntax Reference&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Mar 2025 19:48:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Import-a-CSV-file-to-Include-Date-Created-and-Date-Modified/m-p/849155#M102509</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-03-21T19:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Import a CSV file to Include Date Created and Date Modified</title>
      <link>https://community.jmp.com/t5/Discussions/Import-a-CSV-file-to-Include-Date-Created-and-Date-Modified/m-p/855558#M102663</link>
      <description>&lt;P&gt;I got this to work with this included in an iteration.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Current_File = path || final_files[i],
&lt;BR /&gt;Creation_Date = Format( Creation Date(Current_file), "ddmonyyyy:h:m:s");
        
Modification_Date = Format( Last Modification Date(Current_file), "ddmonyyyy:h:m:s");

dt &amp;lt;&amp;lt; New Column("Creation Date", Character, "Nominal", Formula(Eval(Creation_Date)));
		
dt &amp;lt;&amp;lt; New Column("Modification Date", Character, "Nominal", Formula(Eval(Modification_Date)));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 26 Mar 2025 14:25:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Import-a-CSV-file-to-Include-Date-Created-and-Date-Modified/m-p/855558#M102663</guid>
      <dc:creator>SpannerHead</dc:creator>
      <dc:date>2025-03-26T14:25:46Z</dc:date>
    </item>
  </channel>
</rss>

