<?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 Adding  load date &amp;amp; time as new feild in table when appending  the data table. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Adding-load-date-amp-time-as-new-feild-in-table-when-appending/m-p/1772102#M59765</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;Appreciate your response below,&lt;/P&gt;&lt;P&gt;For the entire month there are files uploaded for each day and&amp;nbsp; for month end date there is more than 1 file uploaded&amp;nbsp; and the latest one(uploaded last) with same month end date is considered as final.&lt;/P&gt;&lt;P&gt;In order to differentiate the 2 files with same date field in the table want to add a upload date which&amp;nbsp; will help differentiate the data upload else it will be duplicated.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jan 2021 05:29:22 GMT</pubDate>
    <dc:creator>meenakshi_m</dc:creator>
    <dc:date>2021-01-06T05:29:22Z</dc:date>
    <item>
      <title>Adding  load date &amp; time as new feild in table when appending  the data table.</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-load-date-amp-time-as-new-feild-in-table-when-appending/m-p/1772102#M59765</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;Appreciate your response below,&lt;/P&gt;&lt;P&gt;For the entire month there are files uploaded for each day and&amp;nbsp; for month end date there is more than 1 file uploaded&amp;nbsp; and the latest one(uploaded last) with same month end date is considered as final.&lt;/P&gt;&lt;P&gt;In order to differentiate the 2 files with same date field in the table want to add a upload date which&amp;nbsp; will help differentiate the data upload else it will be duplicated.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 05:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-load-date-amp-time-as-new-feild-in-table-when-appending/m-p/1772102#M59765</guid>
      <dc:creator>meenakshi_m</dc:creator>
      <dc:date>2021-01-06T05:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Adding  load date &amp; time as new feild in table when appending  the data table.</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-load-date-amp-time-as-new-feild-in-table-when-appending/m-p/1772126#M59767</link>
      <description>&lt;P&gt;There is an function to fetch into field of modified date in qlik (like, &lt;STRONG&gt;FileTime()&lt;/STRONG&gt;)&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 08:23:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-load-date-amp-time-as-new-feild-in-table-when-appending/m-p/1772126#M59767</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2021-01-06T08:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Adding  load date &amp; time as new feild in table when appending  the data table.</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-load-date-amp-time-as-new-feild-in-table-when-appending/m-p/1772154#M59770</link>
      <description>&lt;P&gt;do you&amp;nbsp; have any script on this like how do I use it can I write this data load editor.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 09:07:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-load-date-amp-time-as-new-feild-in-table-when-appending/m-p/1772154#M59770</guid>
      <dc:creator>meenakshi_m</dc:creator>
      <dc:date>2021-01-06T09:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Adding  load date &amp; time as new feild in table when appending  the data table.</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-load-date-amp-time-as-new-feild-in-table-when-appending/m-p/1772171#M59771</link>
      <description>&lt;P&gt;Did you planned incremental process for this, IF not there won't any complex script required.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load FileTime() as ModifiedDate From Table..;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;On based above line, we can write based on needs.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 10:23:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-load-date-amp-time-as-new-feild-in-table-when-appending/m-p/1772171#M59771</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2021-01-06T10:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Adding  load date &amp; time as new feild in table when appending  the data table.</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-load-date-amp-time-as-new-feild-in-table-when-appending/m-p/1772404#M59793</link>
      <description>&lt;P&gt;Hi meenakshi,&lt;/P&gt;&lt;P&gt;script for you:&lt;/P&gt;&lt;P&gt;Script:&lt;BR /&gt;SET vpath ='(your file path upto folder name)\Hai*.csv*';&lt;/P&gt;&lt;P&gt;FOR Each File in FileList('$(vpath)')&lt;/P&gt;&lt;P&gt;FileList:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;'$(File)' as Name,&lt;/P&gt;&lt;P&gt;FileTime( '$(File)' ) as FileTime&lt;/P&gt;&lt;P&gt;autogenerate 1;&lt;/P&gt;&lt;P&gt;NEXT&lt;/P&gt;&lt;P&gt;Let vCount = NoOfRows('FileList');&lt;/P&gt;&lt;P&gt;Store FileList into (your file path upto folder name)/Hai_$(vCount).CSV] (txt);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;have&amp;nbsp; a&amp;nbsp; nice day,&lt;/P&gt;&lt;P&gt;k. srinivasan&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 05:42:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-load-date-amp-time-as-new-feild-in-table-when-appending/m-p/1772404#M59793</guid>
      <dc:creator>Ksrinivasan</dc:creator>
      <dc:date>2021-01-07T05:42:05Z</dc:date>
    </item>
  </channel>
</rss>

