<?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: Get Date Created of CSV File in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Get-Date-Created-of-CSV-File/m-p/1783660#M61058</link>
    <description>&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;As I said in my original post the FileTime function gives the file&amp;nbsp;&lt;STRONG&gt;modification&lt;/STRONG&gt; date, where-as I want to get the file&amp;nbsp;&lt;STRONG&gt;creation&lt;/STRONG&gt; date.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Annotation.png" style="width: 858px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49327i98B9970933E4581D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Annotation.png" alt="Annotation.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Feb 2021 01:12:53 GMT</pubDate>
    <dc:creator>Databayo</dc:creator>
    <dc:date>2021-02-18T01:12:53Z</dc:date>
    <item>
      <title>Get Date Created of CSV File</title>
      <link>https://community.qlik.com/t5/App-Development/Get-Date-Created-of-CSV-File/m-p/1783649#M61056</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;How do I get the "Date Created" of a CSV file that I have imported?&lt;/P&gt;&lt;P&gt;I've thoroughly googled the problem and most people just suggest using the FileTime() function to get the date&amp;nbsp;&lt;STRONG&gt;modified&lt;/STRONG&gt;&amp;nbsp;field, but I need to get the date&amp;nbsp;&lt;STRONG&gt;created&amp;nbsp;&lt;/STRONG&gt;field of my file.&lt;/P&gt;&lt;P&gt;Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-Date-Created-of-CSV-File/m-p/1783649#M61056</guid>
      <dc:creator>Databayo</dc:creator>
      <dc:date>2024-11-16T17:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Get Date Created of CSV File</title>
      <link>https://community.qlik.com/t5/App-Development/Get-Date-Created-of-CSV-File/m-p/1783653#M61057</link>
      <description>&lt;P&gt;Try&amp;nbsp;&lt;SPAN class="script_token"&gt;FileTime(&lt;/SPAN&gt;&lt;SPAN class="bnf_token"&gt;[ filename ]&lt;/SPAN&gt;&lt;SPAN class="script_token"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/FileFunctions/FileTime.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/FileFunctions/FileTime.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 01:04:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-Date-Created-of-CSV-File/m-p/1783653#M61057</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2021-02-18T01:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Get Date Created of CSV File</title>
      <link>https://community.qlik.com/t5/App-Development/Get-Date-Created-of-CSV-File/m-p/1783660#M61058</link>
      <description>&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;As I said in my original post the FileTime function gives the file&amp;nbsp;&lt;STRONG&gt;modification&lt;/STRONG&gt; date, where-as I want to get the file&amp;nbsp;&lt;STRONG&gt;creation&lt;/STRONG&gt; date.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Annotation.png" style="width: 858px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49327i98B9970933E4581D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Annotation.png" alt="Annotation.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 01:12:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-Date-Created-of-CSV-File/m-p/1783660#M61058</guid>
      <dc:creator>Databayo</dc:creator>
      <dc:date>2021-02-18T01:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Get Date Created of CSV File</title>
      <link>https://community.qlik.com/t5/App-Development/Get-Date-Created-of-CSV-File/m-p/1783810#M61084</link>
      <description>&lt;P&gt;AFAIK there is no inbuilt functionality to get the creation date of a file. Means you need to use external features like VBS: &lt;A href="https://www.vbsedit.com/html/b4743178-f759-48de-bc69-9efc4b9f49c7.asp" target="_blank"&gt;VBScript - DateCreated Property (vbsedit.com)&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;In View you could use a macro-function within the script. In Sense I don't know if VBS or others could be implemented in this way. If not you may trigger it as an external batch which stored the information in any txt but AFAIK you will need to enable the legacy-mode for it.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 12:34:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-Date-Created-of-CSV-File/m-p/1783810#M61084</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2021-02-18T12:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Get Date Created of CSV File</title>
      <link>https://community.qlik.com/t5/App-Development/Get-Date-Created-of-CSV-File/m-p/1786367#M61329</link>
      <description>&lt;P&gt;I believe you're right that there is no inbuilt functionality to get the creation date.&lt;/P&gt;&lt;P&gt;Unfortunately though the VBS cannot be implemented in Qlik Sense.&lt;/P&gt;&lt;P&gt;Fortunately, I found out my filetypes will have epoch dates in the headers which I can use.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 21:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-Date-Created-of-CSV-File/m-p/1786367#M61329</guid>
      <dc:creator>Databayo</dc:creator>
      <dc:date>2021-02-25T21:19:17Z</dc:date>
    </item>
  </channel>
</rss>

