<?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 Import csv into qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Import-csv-into-qlikview/m-p/101658#M509300</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys,&lt;/P&gt;&lt;P&gt;i'm trying to import in qlik the excel file attached with the qvw file attached as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the issue is that numbers on the CSV file are with " " quote, and qlikview sometimes is not able to get the amount, i dont know why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For exmaple the sum of ExtendedCostUSDADJ for 06/09/2018 field have to be 6451,224 but i got only 2586,44 since one line is ignored and read as text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help?&lt;BR /&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Sep 2018 13:57:37 GMT</pubDate>
    <dc:creator>qlikviewaf</dc:creator>
    <dc:date>2018-09-06T13:57:37Z</dc:date>
    <item>
      <title>Import csv into qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Import-csv-into-qlikview/m-p/101658#M509300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys,&lt;/P&gt;&lt;P&gt;i'm trying to import in qlik the excel file attached with the qvw file attached as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the issue is that numbers on the CSV file are with " " quote, and qlikview sometimes is not able to get the amount, i dont know why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For exmaple the sum of ExtendedCostUSDADJ for 06/09/2018 field have to be 6451,224 but i got only 2586,44 since one line is ignored and read as text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help?&lt;BR /&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 13:57:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-csv-into-qlikview/m-p/101658#M509300</guid>
      <dc:creator>qlikviewaf</dc:creator>
      <dc:date>2018-09-06T13:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Import csv into qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Import-csv-into-qlikview/m-p/101659#M509301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num#(CostDailyDeltaUSD,'#,##',',','.') as ExtendedCostUSDADJ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Scr.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/212867_Scr.png" style="height: 328px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 14:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-csv-into-qlikview/m-p/101659#M509301</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2018-09-06T14:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Import csv into qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Import-csv-into-qlikview/m-p/101660#M509302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;Your numbers or dates are coming into Excel formatted as Text.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;To convert in Excel, click column A and change the format to Short Date/Number.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;Then select Data|Text to columns and click Finish&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;Instead of using Send to Excel:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you are using the IE PlugIn, you can right-click and choose Copy to Clipboard|Full Table. Then paste into Excel&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Or&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Right-Click and Export to csv. Then open in Excel&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 14:24:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-csv-into-qlikview/m-p/101660#M509302</guid>
      <dc:creator>tulabandula</dc:creator>
      <dc:date>2018-09-06T14:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Import csv into qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Import-csv-into-qlikview/m-p/101661#M509303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it works - but which formula i have to use if i use this setup (which is the one i have to use): ?&lt;/P&gt;&lt;P&gt;if i set the app with the following is not working anymore - can you please help? THanks!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET ThousandSep='.';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET DecimalSep=',';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET MoneyThousandSep='.';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET MoneyDecimalSep=',';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;SET MoneyFormat='€ #.##0,00;-€ #.##0,00';&lt;/P&gt;&lt;P&gt;SET TimeFormat='hh:mm:ss';&lt;/P&gt;&lt;P&gt;SET DateFormat='DD/MM/YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='DD/MM/YYYY hh:mm:ss[.fff]';&lt;/P&gt;&lt;P&gt;SET FirstWeekDay=0;&lt;/P&gt;&lt;P&gt;SET BrokenWeeks=0;&lt;/P&gt;&lt;P&gt;SET ReferenceDay=4;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 16:28:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-csv-into-qlikview/m-p/101661#M509303</guid>
      <dc:creator>qlikviewaf</dc:creator>
      <dc:date>2018-09-06T16:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Import csv into qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Import-csv-into-qlikview/m-p/101662#M509304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It worked but you had different settings then?? I'm away from qv install right now, so unable to check. Could you try with&lt;/P&gt;&lt;P&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;Num(Num#(CostDailyDeltaUSD,'#,##',',','.')) as ExtendedCostUSDADJ,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 17:19:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-csv-into-qlikview/m-p/101662#M509304</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2018-09-06T17:19:11Z</dc:date>
    </item>
  </channel>
</rss>

