<?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: [resolved] Read files from ftp site and load to postgresql db in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205147#M5699</link>
    <description>Hi, I did the first step &amp;nbsp;of reading files from ftp server.
&lt;BR /&gt;tftpconnection--&amp;gt;tftplist--&amp;gt;tftpget
&lt;BR /&gt;&amp;nbsp;
&lt;BR /&gt;The first two components worked successfully,establishing a connection to the ftp server and reading files(.zip files are present in ftp server ). But when i try to get the file names using tftpget,its throwing null point error.
&lt;BR /&gt;Since its zip files i gave filemask as "*." &amp;nbsp;in tFileftplist. Is it correct?
&lt;BR /&gt;What should be the extension to read a .zip file from remote server?
&lt;BR /&gt;
&lt;BR /&gt;Thanks and Regards,
&lt;BR /&gt;Naksh</description>
    <pubDate>Tue, 16 Dec 2014 11:20:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-12-16T11:20:04Z</dc:date>
    <item>
      <title>[resolved] Read files from ftp site and load to postgresql db</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205146#M5698</link>
      <description>&lt;FONT color="#222222"&gt;&lt;FONT face="Calibri, sans-serif"&gt;&lt;FONT size="2"&gt;Hi ,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#222222"&gt;&lt;FONT face="Calibri, sans-serif"&gt;&lt;FONT size="2"&gt;I have a small requirement to perform. Can any one help me with the steps to perform this.I dont know how to log the list of files in to a log table and update it based on loading status.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#222222"&gt;&lt;FONT face="Calibri, sans-serif"&gt;&lt;FONT size="2"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I need to Create a &amp;nbsp;ETL process to generate fact data by resolving the lookup.I have to read the files from a ftp site and load the data to a local Postgresql database with following features.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#222222"&gt;&lt;FONT face="Calibri, sans-serif"&gt;&lt;FONT size="2"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Before loading the data into database, log the list of files in log table and update its status (Downloaded , Processed , Failed)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#222222"&gt;&lt;FONT face="Calibri, sans-serif"&gt;&lt;FONT size="2"&gt;· &amp;nbsp;Any duplicate file should be notified via email.(no duplicate files to be loaded)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#222222"&gt;&lt;FONT face="Calibri, sans-serif"&gt;&lt;FONT size="2"&gt;· &amp;nbsp;Process can run only if all files are available.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#222222"&gt;&lt;FONT face="Calibri, sans-serif"&gt;&lt;FONT size="2"&gt;· &amp;nbsp;Notification of success and failure of job along with Job log.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#222222"&gt;&lt;FONT face="Calibri, sans-serif"&gt;&lt;FONT size="2"&gt;· &amp;nbsp;Propose a quality report for daily data load.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#222222"&gt;&lt;FONT face="Calibri, sans-serif"&gt;&lt;FONT size="2"&gt;Expecting a help.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#222222"&gt;&lt;FONT face="Calibri, sans-serif"&gt;&lt;FONT size="2"&gt;Thanks and Regards,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#222222"&gt;&lt;FONT face="Calibri, sans-serif"&gt;&lt;FONT size="2"&gt;Naksh.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Tue, 16 Dec 2014 10:13:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205146#M5698</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-16T10:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Read files from ftp site and load to postgresql db</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205147#M5699</link>
      <description>Hi, I did the first step &amp;nbsp;of reading files from ftp server.
&lt;BR /&gt;tftpconnection--&amp;gt;tftplist--&amp;gt;tftpget
&lt;BR /&gt;&amp;nbsp;
&lt;BR /&gt;The first two components worked successfully,establishing a connection to the ftp server and reading files(.zip files are present in ftp server ). But when i try to get the file names using tftpget,its throwing null point error.
&lt;BR /&gt;Since its zip files i gave filemask as "*." &amp;nbsp;in tFileftplist. Is it correct?
&lt;BR /&gt;What should be the extension to read a .zip file from remote server?
&lt;BR /&gt;
&lt;BR /&gt;Thanks and Regards,
&lt;BR /&gt;Naksh</description>
      <pubDate>Tue, 16 Dec 2014 11:20:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205147#M5699</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-16T11:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Read files from ftp site and load to postgresql db</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205148#M5700</link>
      <description>&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Hi, I did the first step &amp;nbsp;of reading files from ftp server.&lt;BR /&gt;tftpconnection--&amp;gt;tftplist--&amp;gt;tftpget&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;The first two components worked successfully,establishing a connection to the ftp server and reading files(.zip files are present in ftp server ). But when i try to get the file names using tftpget,its throwing null point error.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Since its zip files i gave filemask as "*." &amp;nbsp;in tFileftplist. Is it correct?&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;What should be the extension to read a .zip file from remote server?&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Thanks and Regards,&lt;BR /&gt;Naksh&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Wed, 17 Dec 2014 08:28:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205148#M5700</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-17T08:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Read files from ftp site and load to postgresql db</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205149#M5701</link>
      <description>Hi,
&lt;BR /&gt;The ftpserver which try to connect is&amp;nbsp;ftp://ftp.gbi-len.com/. And when i go to this server,there is a directory named as 'incoming/'.
&lt;BR /&gt;It has .zip files. I want to read these files from this incoming/ directory. Cana ny 1 please help me, what should be the filemask and what should I provide in the remote directory path:
&lt;BR /&gt;In my job as of now i provided:
&lt;BR /&gt;Remote Directory: "/incoming/"
&lt;BR /&gt;Filemask: "*."
&lt;BR /&gt;But when i run the job, iam getting error: Exception in component tFTPGet_1
&lt;BR /&gt;java.lang.NullPointerException
&lt;BR /&gt;Somebody please suggest on this.
&lt;BR /&gt;Thanks and Regards,
&lt;BR /&gt;Naksh</description>
      <pubDate>Wed, 17 Dec 2014 08:40:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205149#M5701</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-17T08:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Read files from ftp site and load to postgresql db</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205150#M5702</link>
      <description>Hi,
&lt;BR /&gt;Did you put global variable((String)globalMap.get("tFTPFileList_1_CURRENT_FILEPATH")) into Remote directory of tFtpGet?
&lt;BR /&gt;Could you please show us your job setting screenshot?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 17 Dec 2014 09:27:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205150#M5702</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-17T09:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Read files from ftp site and load to postgresql db</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205151#M5703</link>
      <description>Hi Sabrina, 
&lt;BR /&gt;Thanks for your response. 
&lt;BR /&gt;Yes i had provided the filepath variable .The issue which i was facing is instead of iterate, by mistake i have chose row connection as component ok. Thats why the null pointer error was showing.When i changed it to iterate,null pointer issue got resolved. 
&lt;BR /&gt;But now I am facing another issue. The job had run succesfully without any errors. It iterated 12 files from remote server and job ended without any errors. But the files did not get copied to my local directory. The destination is still empty. 
&lt;BR /&gt;I am attaching the job screen shot. 
&lt;BR /&gt;Many Thanks, 
&lt;BR /&gt;Naksh 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBtL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145442iC534E7F9F120D32E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBtL.png" alt="0683p000009MBtL.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBoC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157615iAE534DAFB19A5E43/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBoC.png" alt="0683p000009MBoC.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 17 Dec 2014 10:13:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205151#M5703</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-17T10:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Read files from ftp site and load to postgresql db</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205152#M5704</link>
      <description>Hi naksh, 
&lt;BR /&gt;You should put global variable((String)globalMap.get("tFTPFileList_1_CURRENT_FILEPATH")) into Remote directory not file mask entry. 
&lt;BR /&gt;Please see my screenshot. Feel free to let me know if it is OK with you. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBwd.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154299i43EC37F347F5BF9F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBwd.png" alt="0683p000009MBwd.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 17 Dec 2014 10:22:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205152#M5704</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-17T10:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Read files from ftp site and load to postgresql db</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205153#M5705</link>
      <description>Hi Sabrina, 
&lt;BR /&gt;Thanks for your quick response. 
&lt;BR /&gt;I provided global variable correctly now. But now throwing error: Exception in component tFTPGet_1 
&lt;BR /&gt;com.enterprisedt.net.ftp.FTPException: 550 Failed to change directory. 
&lt;BR /&gt;Thanks and Regards, 
&lt;BR /&gt;Naksh</description>
      <pubDate>Wed, 17 Dec 2014 10:39:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205153#M5705</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-17T10:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Read files from ftp site and load to postgresql db</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205154#M5706</link>
      <description>Hi,&amp;nbsp;
&lt;BR /&gt;When i directly login to ftp server with the provided username and password,I am able to view the files and able to download the files from there. Hence i hope this 550 &amp;nbsp;it cannot be any permission issue.&amp;nbsp;
&lt;BR /&gt;Thanks and Regards,
&lt;BR /&gt;Naksh</description>
      <pubDate>Wed, 17 Dec 2014 10:42:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205154#M5706</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-17T10:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Read files from ftp site and load to postgresql db</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205155#M5707</link>
      <description>Hi naksh,&lt;BR /&gt;Could you share your current job setting with us?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 18 Dec 2014 07:14:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205155#M5707</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-18T07:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Read files from ftp site and load to postgresql db</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205156#M5708</link>
      <description>Hi Sabrina, 
&lt;BR /&gt;Please find the job settings. 
&lt;BR /&gt;Thanks and Regards, 
&lt;BR /&gt;Naksh 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBvg.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149045i346F518F9CC3DF17/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBvg.png" alt="0683p000009MBvg.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBwT.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137703i3FCB4DFBF4A5829C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBwT.png" alt="0683p000009MBwT.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBd8.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138224i37DC5D66A700223A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBd8.png" alt="0683p000009MBd8.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 18 Dec 2014 09:26:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205156#M5708</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-18T09:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Read files from ftp site and load to postgresql db</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205157#M5709</link>
      <description>Hi,
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Yes i had provided the filepath variable .The issue which i was facing is instead of iterate, by mistake i have chose row connection as component ok. Thats why the null pointer error was showing.When i changed it to iterate,null pointer issue got resolved.&lt;BR /&gt;But now I am facing another issue. The job had run succesfully without any errors. It iterated 12 files from remote server and job ended without any errors. But the files did not get copied to my local directory. The destination is still empty.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;When you put global variable((String)globalMap.get("tFTPFileList_1_CURRENT_FILEPATH")) in file mask entry of tFtpGet, no file is saved in your local? 
&lt;BR /&gt;Have you checked out "Die on error" option in tFTPGet to see if there is any error info printed on console?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 18 Dec 2014 09:45:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205157#M5709</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-18T09:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Read files from ftp site and load to postgresql db</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205158#M5710</link>
      <description>Hi Sabrina,
&lt;BR /&gt;I have checked out Die on error option also.No file is saving in my local. Instead throwing&amp;nbsp;
&lt;BR /&gt;' Exception in component tFTPGet_1
&lt;BR /&gt;com.enterprisedt.net.ftp.FTPException: 550 Failed to change directory'
&lt;BR /&gt;Thanks and Regards,
&lt;BR /&gt;Naksh</description>
      <pubDate>Thu, 18 Dec 2014 10:22:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205158#M5710</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-18T10:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Read files from ftp site and load to postgresql db</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205159#M5711</link>
      <description>Hi,&lt;BR /&gt;For testing, could you please try to deactivate all of components excepts tFTPGet(for log component) and create the FTP connection on the component itself, instead of using an existing connection, to see if it works.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 19 Dec 2014 10:15:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205159#M5711</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-19T10:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Read files from ftp site and load to postgresql db</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205160#M5712</link>
      <description>Hi Sabrina,
&lt;BR /&gt;I deactivated all components except tFTPGet and ran the job. Still its throwing error:
&lt;BR /&gt;Exception in component tFTPGet_1
&lt;BR /&gt;com.enterprisedt.net.ftp.FTPException: 550 Failed to change directory.
&lt;BR /&gt;Thanks and Regards,
&lt;BR /&gt;Naksh</description>
      <pubDate>Mon, 22 Dec 2014 07:40:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205160#M5712</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-22T07:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Read files from ftp site and load to postgresql db</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205161#M5713</link>
      <description>Hi,&lt;BR /&gt;Could you please show us tFTPGet component setting screenshot?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 22 Dec 2014 08:19:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205161#M5713</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-22T08:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Read files from ftp site and load to postgresql db</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205162#M5714</link>
      <description>Hi Sabrina, 
&lt;BR /&gt;Please find the tFTPGet settings 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MC1w.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131932iFF39B12B5BBCB0E2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MC1w.png" alt="0683p000009MC1w.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 22 Dec 2014 11:00:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205162#M5714</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-22T11:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Read files from ftp site and load to postgresql db</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205163#M5715</link>
      <description>Hi,
&lt;BR /&gt;Could yo please use "/incoming/" instead of ((String)globalMap.get("tFTPFileList_1_CURRENT_FILEPATH")) in Remote directory? We have deactivated component tFTPFileList in your job design. There is only one component tFtpGet in your work flow.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 23 Dec 2014 07:15:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205163#M5715</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-23T07:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Read files from ftp site and load to postgresql db</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205164#M5716</link>
      <description>Hi Sabrina, 
&lt;BR /&gt;Oh yes!! Careless mistake by me. Thanks for the reply. Now its downloading files to my local. 
&lt;BR /&gt;I activated all other components and in tFTPGet, i left the remote directory as "/incoming/" only 
&lt;BR /&gt;Now my job works fine. 
&lt;BR /&gt;Thanks Sabrina. U rocks!! 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Naksh</description>
      <pubDate>Tue, 23 Dec 2014 09:44:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205164#M5716</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-23T09:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Read files from ftp site and load to postgresql db</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205165#M5717</link>
      <description>Hi&lt;BR /&gt;That's really great to know that! Could you please mark this topic as resolved so that other community users will be informed that this thread has been resolved?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 23 Dec 2014 09:51:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Read-files-from-ftp-site-and-load-to-postgresql-db/m-p/2205165#M5717</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-23T09:51:18Z</dc:date>
    </item>
  </channel>
</rss>

