<?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: Moving files in Azure in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Moving-files-in-Azure/m-p/2334933#M103544</link>
    <description>&lt;P&gt;Hi Ravi, I get a similar issue:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;CURRENT_FILEPATH: C:\Users\gavin\AppData\Local\Temp\BIData\Station A\2017_10_01.csv&lt;/P&gt; 
&lt;P&gt;CURRENT_FILE: 2017_10_01.csv&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Both&amp;nbsp;produce:&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;[ERROR]: org.talend.components.azurestorage.utils.AzureStorageUtils - No match file "C:\Users\gavin\AppData\Local\Temp\BIData\Station A\2017_10_01.csv" exist!&lt;/P&gt; 
&lt;P&gt;[ERROR]: org.talend.components.azurestorage.utils.AzureStorageUtils - No match file "2017_10_01.csv" exist!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;-- Edit --&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If I remove the "&lt;SPAN&gt;C:\Users\gavin\AppData\Local\Temp\BIData\" with a .replace function, I am left with:&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Station A\2017_10_01.csv - but the tAzureStoragePut still only puts the file in the root of the container, it does not create the folder "Station A"&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;And tAzureStorageDelete will remove files in the root, but not files within a folder.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Mar 2018 13:47:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-03-27T13:47:47Z</dc:date>
    <item>
      <title>Moving files in Azure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Moving-files-in-Azure/m-p/2334931#M103542</link>
      <description>&lt;P&gt;I need to process CSV files stored in Azure in a SQL database.&amp;nbsp; I know I can't read the files directly out of Azure, so I'm downloading locally and then processing.&amp;nbsp; Once processed, however, I need to move the processed files form one Azure container to another.&amp;nbsp; This is where I'm having an issue.&amp;nbsp; How do I "move" data&amp;nbsp; (with sub folder, which I know in Azure is really just the file name) from one container to another?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;To be more specific:&lt;/P&gt; 
&lt;P&gt;Get Temp folder name -&amp;gt; tAzureStorageList of source container --iterate-&amp;gt; tAzureStorageGet&amp;nbsp; -&amp;gt; tFileList -&amp;gt; [process into SQL] -&amp;gt; tAzureStoragePut (file name produced by tFileList)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The throws an error:&amp;nbsp;[ERROR]: org.talend.components.azurestorage.utils.AzureStorageUtils - No match file&lt;/P&gt; 
&lt;P&gt;tAzureStoragePut Local folder = temp path&lt;/P&gt; 
&lt;P&gt;tAzureStoragePut Filemask = ((String)globalMap.get("tFileList_CURRENT_FILE_PATH"))azu&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:29:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Moving-files-in-Azure/m-p/2334931#M103542</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Moving files in Azure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Moving-files-in-Azure/m-p/2334932#M103543</link>
      <description>&lt;P&gt;Hi beerygaz,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the file mask instead of &amp;nbsp;&lt;STRONG&gt;((String)globalMap.get("tFileList_CURRENT_FILE_PATH")) u&lt;/STRONG&gt;se&lt;STRONG&gt; &lt;FONT color="#FF0000"&gt;((String)globalMap.get("tFileList_1_CURRENT_FILE")).&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 09:52:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Moving-files-in-Azure/m-p/2334932#M103543</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-27T09:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Moving files in Azure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Moving-files-in-Azure/m-p/2334933#M103544</link>
      <description>&lt;P&gt;Hi Ravi, I get a similar issue:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;CURRENT_FILEPATH: C:\Users\gavin\AppData\Local\Temp\BIData\Station A\2017_10_01.csv&lt;/P&gt; 
&lt;P&gt;CURRENT_FILE: 2017_10_01.csv&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Both&amp;nbsp;produce:&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;[ERROR]: org.talend.components.azurestorage.utils.AzureStorageUtils - No match file "C:\Users\gavin\AppData\Local\Temp\BIData\Station A\2017_10_01.csv" exist!&lt;/P&gt; 
&lt;P&gt;[ERROR]: org.talend.components.azurestorage.utils.AzureStorageUtils - No match file "2017_10_01.csv" exist!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;-- Edit --&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If I remove the "&lt;SPAN&gt;C:\Users\gavin\AppData\Local\Temp\BIData\" with a .replace function, I am left with:&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Station A\2017_10_01.csv - but the tAzureStoragePut still only puts the file in the root of the container, it does not create the folder "Station A"&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;And tAzureStorageDelete will remove files in the root, but not files within a folder.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 13:47:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Moving-files-in-Azure/m-p/2334933#M103544</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-27T13:47:47Z</dc:date>
    </item>
  </channel>
</rss>

