<?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: Changing file path of data source (xlsx) in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Changing-file-path-of-data-source-xlsx/m-p/1506626#M3389</link>
    <description>&lt;P&gt;It really isn't that difficult to change the file path, so if you have access to the data load editor, go for it!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First, if you don't already have Qlik looking at the location on your server where the file will be, you'll have to create that connection. Do so by clicking on "Create new connection" at the top right of the data load editor and choose the file path by clicking on "All files." You'll have to give your connection a name so that it can be referenced in the load script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once that's created, you should be able to just go to the part of the script that is looking at the file and change whatever is between "lib://" and your file name, e.g. if your current connection looks like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[Data]:&lt;BR /&gt;LOAD&lt;BR /&gt;[Column 1],&lt;BR /&gt;[Column 2]&lt;BR /&gt;FROM [lib://OldConnectionName/FileName.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is [Data]);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then you'll just need to change the part in bold below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[Data]:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LOAD&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Column 1],&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Column 2]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM [lib://&lt;STRONG&gt;New&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;ConnectionName&lt;/STRONG&gt;&lt;SPAN&gt;/FileName.xlsx]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(ooxml, embedded labels, table is [&lt;/SPAN&gt;&lt;SPAN&gt;Data&lt;/SPAN&gt;&lt;SPAN&gt;]);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Qlik will now be looking for your file in the new folder you pointed it to (with the connection you set up). Hope this helps!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Nov 2018 20:21:24 GMT</pubDate>
    <dc:creator>acbishop2</dc:creator>
    <dc:date>2018-11-14T20:21:24Z</dc:date>
    <item>
      <title>Changing file path of data source (xlsx)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Changing-file-path-of-data-source-xlsx/m-p/1506442#M3387</link>
      <description>Hi everyone! I want to put my data sources from my C drive on the server of our company. Unfortunately I don't get to change the file path for my sources in my app. Can anyone help me? I guess I should be able to do that with the data editor but as i don't really know how to use it, I am afraid to damage anything. I am using Qlik Sense Desktop. Thank you very much in advance!</description>
      <pubDate>Wed, 14 Nov 2018 16:05:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Changing-file-path-of-data-source-xlsx/m-p/1506442#M3387</guid>
      <dc:creator>canerkan</dc:creator>
      <dc:date>2018-11-14T16:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Changing file path of data source (xlsx)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Changing-file-path-of-data-source-xlsx/m-p/1506498#M3388</link>
      <description>&lt;P&gt;I'm not sure if it will work for you, but think about it...&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 17:26:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Changing-file-path-of-data-source-xlsx/m-p/1506498#M3388</guid>
      <dc:creator>Thiago_Justen_</dc:creator>
      <dc:date>2018-11-14T17:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: Changing file path of data source (xlsx)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Changing-file-path-of-data-source-xlsx/m-p/1506626#M3389</link>
      <description>&lt;P&gt;It really isn't that difficult to change the file path, so if you have access to the data load editor, go for it!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First, if you don't already have Qlik looking at the location on your server where the file will be, you'll have to create that connection. Do so by clicking on "Create new connection" at the top right of the data load editor and choose the file path by clicking on "All files." You'll have to give your connection a name so that it can be referenced in the load script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once that's created, you should be able to just go to the part of the script that is looking at the file and change whatever is between "lib://" and your file name, e.g. if your current connection looks like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[Data]:&lt;BR /&gt;LOAD&lt;BR /&gt;[Column 1],&lt;BR /&gt;[Column 2]&lt;BR /&gt;FROM [lib://OldConnectionName/FileName.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is [Data]);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then you'll just need to change the part in bold below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[Data]:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LOAD&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Column 1],&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Column 2]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM [lib://&lt;STRONG&gt;New&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;ConnectionName&lt;/STRONG&gt;&lt;SPAN&gt;/FileName.xlsx]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(ooxml, embedded labels, table is [&lt;/SPAN&gt;&lt;SPAN&gt;Data&lt;/SPAN&gt;&lt;SPAN&gt;]);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Qlik will now be looking for your file in the new folder you pointed it to (with the connection you set up). Hope this helps!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 20:21:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Changing-file-path-of-data-source-xlsx/m-p/1506626#M3389</guid>
      <dc:creator>acbishop2</dc:creator>
      <dc:date>2018-11-14T20:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Changing file path of data source (xlsx)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Changing-file-path-of-data-source-xlsx/m-p/1506628#M3390</link>
      <description>&lt;P&gt;It really isn't that difficult to change the file path, so if you have access to the data load editor, go for it!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First, if you don't already have Qlik looking at the location on your server where the file will be, you'll have to create that connection. Do so by clicking on "Create new connection" at the top right of the data load editor and choose the file path by clicking on "All files." You'll have to give your connection a name so that it can be referenced in the load script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once that's created, you should be able to just go to the part of the script that is looking at the file and change whatever is between "lib://" and your file name, e.g. if your current connection looks like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[Data]:&lt;BR /&gt;LOAD&lt;BR /&gt;[Column 1],&lt;BR /&gt;[Column 2]&lt;BR /&gt;FROM [lib://OldConnectionName/FileName.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is [Data]);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then you'll just need to change the part in bold below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[Data]:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LOAD&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Column 1],&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Column 2]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM [lib://&lt;STRONG&gt;New&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;ConnectionName&lt;/STRONG&gt;&lt;SPAN&gt;/FileName.xlsx]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(ooxml, embedded labels, table is [&lt;/SPAN&gt;&lt;SPAN&gt;Data&lt;/SPAN&gt;&lt;SPAN&gt;]);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Qlik will now be looking for your file in the new folder you pointed it to (with the connection you set up). Hope this helps!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 20:22:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Changing-file-path-of-data-source-xlsx/m-p/1506628#M3390</guid>
      <dc:creator>acbishop2</dc:creator>
      <dc:date>2018-11-14T20:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Changing file path of data source (xlsx)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Changing-file-path-of-data-source-xlsx/m-p/1506919#M3391</link>
      <description>&lt;P&gt;Thank you! I won't be able to try this solution until tomorrow but i'll come back at you after i tried it.&lt;/P&gt;&lt;P&gt;Have a good one&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 08:27:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Changing-file-path-of-data-source-xlsx/m-p/1506919#M3391</guid>
      <dc:creator>canerkan</dc:creator>
      <dc:date>2018-11-15T08:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Changing file path of data source (xlsx)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Changing-file-path-of-data-source-xlsx/m-p/1508817#M3401</link>
      <description>&lt;P&gt;Hi Thiago_justen,&lt;/P&gt;&lt;P&gt;thank your for your data. I tried to unpack it but unfortunately the IT in my company didn't let me download a programm to unpack such files. Would you be as kind as to upload it as a .zip file (if possible). I am able to unpack these without needing another programm. You would help me a lot!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Can&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 08:35:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Changing-file-path-of-data-source-xlsx/m-p/1508817#M3401</guid>
      <dc:creator>canerkan</dc:creator>
      <dc:date>2018-11-19T08:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Changing file path of data source (xlsx)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Changing-file-path-of-data-source-xlsx/m-p/1508899#M3402</link>
      <description>&lt;P&gt;Here it is. If you have any doubts, please let me know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 10:32:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Changing-file-path-of-data-source-xlsx/m-p/1508899#M3402</guid>
      <dc:creator>Thiago_Justen_</dc:creator>
      <dc:date>2018-11-19T10:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Changing file path of data source (xlsx)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Changing-file-path-of-data-source-xlsx/m-p/1508949#M3403</link>
      <description>&lt;P&gt;Hi Thiago_justen,&lt;/P&gt;&lt;P&gt;Your gif was great! But I'm afraid this goes right over my head.. I don't understand why I need a Connection for a Transformation. Can you explain me, what is getting transformed?&lt;/P&gt;&lt;P&gt;I can see at the LOAD_TABLES Statemant, that you are loading a .txt file.. In my case it is a .xlsx file.. Do I stil need to write&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(txt, utf8, no labels, delimiter is '\t', msq); &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;under FROM [$(vLoad)/... or should it be&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(xlsx, utf8, no labels, delimiter is '\t', msq);&amp;nbsp;&amp;nbsp; ?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I guess, after I understand more of it, there will be coming a few more questions..&lt;/P&gt;&lt;P&gt;I am very happy, someone's helping me. So thank you&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 11:39:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Changing-file-path-of-data-source-xlsx/m-p/1508949#M3403</guid>
      <dc:creator>canerkan</dc:creator>
      <dc:date>2018-11-19T11:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Changing file path of data source (xlsx)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Changing-file-path-of-data-source-xlsx/m-p/1508957#M3404</link>
      <description>&lt;P&gt;If you have no transformation folder, then you may not create that connection. In your case you don't need to write&amp;nbsp;&lt;EM&gt;(txt, utf8, no labels, delimiter is '\t', msq);.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Keep your from string just the way it is.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Cheers&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 11:44:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Changing-file-path-of-data-source-xlsx/m-p/1508957#M3404</guid>
      <dc:creator>Thiago_Justen_</dc:creator>
      <dc:date>2018-11-19T11:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Changing file path of data source (xlsx)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Changing-file-path-of-data-source-xlsx/m-p/1509029#M3405</link>
      <description>&lt;P&gt;Ok, i understand it.. Could you explain me what kind of file should be loaded in the TRANSFORM_TABLE Statement?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 12:29:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Changing-file-path-of-data-source-xlsx/m-p/1509029#M3405</guid>
      <dc:creator>canerkan</dc:creator>
      <dc:date>2018-11-19T12:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Changing file path of data source (xlsx)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Changing-file-path-of-data-source-xlsx/m-p/1509037#M3406</link>
      <description>&lt;P&gt;Do you make any transformation in the data you have? If yes, the table transformed should be there in the TRANSFORMA_TABLE statement.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 12:38:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Changing-file-path-of-data-source-xlsx/m-p/1509037#M3406</guid>
      <dc:creator>Thiago_Justen_</dc:creator>
      <dc:date>2018-11-19T12:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Changing file path of data source (xlsx)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Changing-file-path-of-data-source-xlsx/m-p/1509057#M3407</link>
      <description>&lt;P&gt;No, i don't make any transformations..&lt;/P&gt;&lt;P&gt;Would it be enough to copy the Script from the automatically generated Script and to just change the file path into the one you showed me?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 12:53:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Changing-file-path-of-data-source-xlsx/m-p/1509057#M3407</guid>
      <dc:creator>canerkan</dc:creator>
      <dc:date>2018-11-19T12:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Changing file path of data source (xlsx)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Changing-file-path-of-data-source-xlsx/m-p/1509103#M3408</link>
      <description>&lt;P&gt;I recommend you follow these steps:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Create a new app and rename it ;&lt;/P&gt;&lt;P&gt;- Then, follow the steps that I've present in a file sent you ( .gif);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have any trouble, please let me know.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 13:50:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Changing-file-path-of-data-source-xlsx/m-p/1509103#M3408</guid>
      <dc:creator>Thiago_Justen_</dc:creator>
      <dc:date>2018-11-19T13:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Changing file path of data source (xlsx)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Changing-file-path-of-data-source-xlsx/m-p/1509185#M3409</link>
      <description>&lt;P&gt;Alright, I'll try it tomorrow. I am comming back at you after it.&lt;/P&gt;&lt;P&gt;Thanks alot, Thiago_justen!&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 16:07:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Changing-file-path-of-data-source-xlsx/m-p/1509185#M3409</guid>
      <dc:creator>canerkan</dc:creator>
      <dc:date>2018-11-19T16:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Changing file path of data source (xlsx)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Changing-file-path-of-data-source-xlsx/m-p/1509677#M3415</link>
      <description>&lt;P&gt;Hi Thiago_justen!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried it and it worked! Many thanks to you!&lt;/P&gt;&lt;P&gt;As I was writing the script to upload my data, I found out that it probably isn't possible to upload data from other drives but your C: drive since you couldn't choose any other.. or, at least, it won't be done easily..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Again thank you for helping me so patiently, Thiago!&lt;/P&gt;&lt;P&gt;Have a nice day!&lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2018 12:42:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Changing-file-path-of-data-source-xlsx/m-p/1509677#M3415</guid>
      <dc:creator>canerkan</dc:creator>
      <dc:date>2018-11-20T12:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Changing file path of data source (xlsx)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Changing-file-path-of-data-source-xlsx/m-p/1510028#M3427</link>
      <description>Don't mention it.&lt;BR /&gt;&lt;BR /&gt;Best Regards!</description>
      <pubDate>Tue, 20 Nov 2018 20:55:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Changing-file-path-of-data-source-xlsx/m-p/1510028#M3427</guid>
      <dc:creator>Thiago_Justen_</dc:creator>
      <dc:date>2018-11-20T20:55:23Z</dc:date>
    </item>
  </channel>
</rss>

