<?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 fetch Flat file(.CSV,Excel) from different server to Qlikview Server in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-fetch-Flat-file-CSV-Excel-from-different-server-to/m-p/1220084#M390257</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ishwar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To achieve the same you have to prepare a batch file with below command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14897275970245219" jivemacro_uid="_14897275970245219"&gt;
&lt;P style="font-size: 13.3333px;"&gt;//Syntax: copy &amp;lt;Source&amp;gt; &amp;lt;Target&amp;gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;copy "\\192.168.1.1\\Rahul Pawar\*.csv" e:\Test\&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Mar 2017 05:16:31 GMT</pubDate>
    <dc:creator>rahulpawarb</dc:creator>
    <dc:date>2017-03-17T05:16:31Z</dc:date>
    <item>
      <title>How to fetch Flat file(.CSV,Excel) from different server to Qlikview Server</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-Flat-file-CSV-Excel-from-different-server-to/m-p/1220079#M390252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to fetch flat file i mean .CSV file from different server to my qlikview server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible to fetch flat file from different server to qlikview server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes then how to fetch data from different server to Qlikview server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 11:07:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-Flat-file-CSV-Excel-from-different-server-to/m-p/1220079#M390252</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-16T11:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch Flat file(.CSV,Excel) from different server to Qlikview Server</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-Flat-file-CSV-Excel-from-different-server-to/m-p/1220080#M390253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ishwar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If flat file on another server is accessible from QlikView server then please use below given script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14896629003596741" jivemacro_uid="_14896629003596741"&gt;
&lt;P style="font-size: 13.3333px;"&gt;Data:&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;LOAD Id, &lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;FROM&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;[\\shareserver\Rahul Pawar\Data.xlsx]&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 11:17:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-Flat-file-CSV-Excel-from-different-server-to/m-p/1220080#M390253</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-03-16T11:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch Flat file(.CSV,Excel) from different server to Qlikview Server</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-Flat-file-CSV-Excel-from-different-server-to/m-p/1220081#M390254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But can you tell me one thing how to fetch flat file from another server to qlikview server?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 11:38:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-Flat-file-CSV-Excel-from-different-server-to/m-p/1220081#M390254</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-16T11:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch Flat file(.CSV,Excel) from different server to Qlikview Server</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-Flat-file-CSV-Excel-from-different-server-to/m-p/1220082#M390255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ishwar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In similar fashion, you can extract the data from .csv file located on different server into QlikView server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14896656975445071" jivemacro_uid="_14896656975445071"&gt;
&lt;P style="font-size: 13.3333px;"&gt;NewData:&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;LOAD Country, &lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Alpha-2 code], &lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Alpha-3 code], &lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Numeric code], &lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Latitude (average)], &lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Longitude (average)]&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;FROM&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;[\\shareserver\Rahul Pawar\Country_List_ISO_3166_Codes_Latitude_Longitude.csv]&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;(txt, utf8, embedded labels, delimiter is ',', msq);&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 12:03:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-Flat-file-CSV-Excel-from-different-server-to/m-p/1220082#M390255</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-03-16T12:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch Flat file(.CSV,Excel) from different server to Qlikview Server</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-Flat-file-CSV-Excel-from-different-server-to/m-p/1220083#M390256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not fetching data of .CSV file. I have to fetch all .CSV file which is located in another server to my qlikview server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 12:36:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-Flat-file-CSV-Excel-from-different-server-to/m-p/1220083#M390256</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-16T12:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch Flat file(.CSV,Excel) from different server to Qlikview Server</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-Flat-file-CSV-Excel-from-different-server-to/m-p/1220084#M390257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ishwar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To achieve the same you have to prepare a batch file with below command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14897275970245219" jivemacro_uid="_14897275970245219"&gt;
&lt;P style="font-size: 13.3333px;"&gt;//Syntax: copy &amp;lt;Source&amp;gt; &amp;lt;Target&amp;gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;copy "\\192.168.1.1\\Rahul Pawar\*.csv" e:\Test\&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 05:16:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-Flat-file-CSV-Excel-from-different-server-to/m-p/1220084#M390257</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-03-17T05:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch Flat file(.CSV,Excel) from different server to Qlikview Server</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-Flat-file-CSV-Excel-from-different-server-to/m-p/1220085#M390258</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;If both servers are in one network area (LAN) you can use provided before example:&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;load * FROM [\\remoteServerName\path\*.csv] (txt, utf8, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other way is to access files with ftp connection or even http request. Provide more information about localisation of remote server you need to access to fetch files &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 09:25:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-Flat-file-CSV-Excel-from-different-server-to/m-p/1220085#M390258</guid>
      <dc:creator>mfchmielowski</dc:creator>
      <dc:date>2017-03-17T09:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch Flat file(.CSV,Excel) from different server to Qlikview Server</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-Flat-file-CSV-Excel-from-different-server-to/m-p/1220086#M390259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;I have refer your below thread in that you mention how to fetch flat file from ftp server to qlikview server.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/251718"&gt;How to fetch Files from an FTP Location?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are doing this manually but same i have to do this automatic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How i do this?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2017 09:25:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-Flat-file-CSV-Excel-from-different-server-to/m-p/1220086#M390259</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-22T09:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch Flat file(.CSV,Excel) from different server to Qlikview Server</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-Flat-file-CSV-Excel-from-different-server-to/m-p/1220087#M390260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how to load .csv file from FTP server to Qlikview Server through automation code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2017 10:59:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-Flat-file-CSV-Excel-from-different-server-to/m-p/1220087#M390260</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-22T10:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch Flat file(.CSV,Excel) from different server to Qlikview Server</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-Flat-file-CSV-Excel-from-different-server-to/m-p/1220088#M390261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sample code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD &lt;SPAN style="font-size: 10pt;"&gt;* &lt;/SPAN&gt;FROM &lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="ftp://LOGIN:PASSWORD@HOST/FILENAME.csv" rel="nofollow" target="_blank"&gt;ftp://LOGIN:PASSWORD@HOST/FILENAME.csv&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(txt, codepage is 1250, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2017 11:50:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-Flat-file-CSV-Excel-from-different-server-to/m-p/1220088#M390261</guid>
      <dc:creator>mfchmielowski</dc:creator>
      <dc:date>2017-03-22T11:50:35Z</dc:date>
    </item>
  </channel>
</rss>

