<?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: How to read a timestamp from a csv file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-read-a-timestamp-from-a-csv-file/m-p/1234043#M853824</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Idriss,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Timestamp#(date_hour_field, '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;YYYYMMDDhhmmss&lt;/SPAN&gt;'), 'DD/MM/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Feb 2017 10:58:57 GMT</pubDate>
    <dc:creator>hector_munoz</dc:creator>
    <dc:date>2017-02-21T10:58:57Z</dc:date>
    <item>
      <title>How to read a timestamp from a csv file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-read-a-timestamp-from-a-csv-file/m-p/1234040#M853821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am new to the Qlikview world.&lt;/P&gt;&lt;P&gt;I have a date field named Timestamp to import into Qlikview from a CSV file.&lt;/P&gt;&lt;P&gt;The field format is: YYYYMMDDhhmmss (20160816121046 for 16th of August 2016 at 12:10:46).&lt;/P&gt;&lt;P&gt;I would like to have it as a date with format DD/MM/YYYY.&lt;/P&gt;&lt;P&gt;Thanks in advance for helping me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-read-a-timestamp-from-a-csv-file/m-p/1234040#M853821</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to read a timestamp from a csv file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-read-a-timestamp-from-a-csv-file/m-p/1234041#M853822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(floor(timestamp#(20160816121046, 'YYYYMMDDhhmmss')), 'DD/MM/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 10:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-read-a-timestamp-from-a-csv-file/m-p/1234041#M853822</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-02-21T10:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to read a timestamp from a csv file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-read-a-timestamp-from-a-csv-file/m-p/1234042#M853823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to do the format change in csv only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not in QV you can mention as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(TimestampField,'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DD/MM/YYYY&lt;/SPAN&gt;')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 10:58:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-read-a-timestamp-from-a-csv-file/m-p/1234042#M853823</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2017-02-21T10:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to read a timestamp from a csv file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-read-a-timestamp-from-a-csv-file/m-p/1234043#M853824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Idriss,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Timestamp#(date_hour_field, '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;YYYYMMDDhhmmss&lt;/SPAN&gt;'), 'DD/MM/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 10:58:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-read-a-timestamp-from-a-csv-file/m-p/1234043#M853824</guid>
      <dc:creator>hector_munoz</dc:creator>
      <dc:date>2017-02-21T10:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to read a timestamp from a csv file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-read-a-timestamp-from-a-csv-file/m-p/1234044#M853825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; YYYYMMDDhhmmss (20160816121046 for 16th of August 2016 at 12:10:46).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Date(Date#(FieldName,'YYYYMMDD HH:MM:SS'),'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;YYYYMMDD HH:MM:SS'&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;EX:-&lt;SPAN style="color: #333333; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace; font-size: 14px; background-color: #f8f8f8;"&gt;=Date(Date&lt;/SPAN&gt;&lt;SPAN class="hljs-meta" style="color: #333333; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace; font-size: 14px;"&gt;#('16JAN2014','DDMMMYYY'))&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below link will help to you full understand on Date functions in Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/date-time-functions.htm" title="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/date-time-functions.htm"&gt;https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/date-time-functions.h…&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 11:07:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-read-a-timestamp-from-a-csv-file/m-p/1234044#M853825</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2017-02-21T11:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to read a timestamp from a csv file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-read-a-timestamp-from-a-csv-file/m-p/1234045#M853826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try, date(date#(left(DATA,8),'YYYYMMDD'),'DD/MM/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Cosmina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 11:10:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-read-a-timestamp-from-a-csv-file/m-p/1234045#M853826</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-21T11:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to read a timestamp from a csv file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-read-a-timestamp-from-a-csv-file/m-p/1234046#M853827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for all the prompt support; most solutions are working.&lt;/P&gt;&lt;P&gt;I am using Rama's one.&lt;/P&gt;&lt;P&gt;Thank you again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 11:17:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-read-a-timestamp-from-a-csv-file/m-p/1234046#M853827</guid>
      <dc:creator />
      <dc:date>2017-02-21T11:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to read a timestamp from a csv file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-read-a-timestamp-from-a-csv-file/m-p/1234047#M853828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you; yours is also working...&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Idriss&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 13:08:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-read-a-timestamp-from-a-csv-file/m-p/1234047#M853828</guid>
      <dc:creator />
      <dc:date>2017-02-21T13:08:19Z</dc:date>
    </item>
  </channel>
</rss>

