<?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: Getting Files Via FTPconnection and apload the data in a PostgreSql BDD in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Getting-Files-Via-FTPconnection-and-apload-the-data-in-a/m-p/2360555#M125115</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;thank you for your answer.&lt;BR /&gt;but I don't find which one of the TfileInputXXX I have to use.&lt;BR /&gt;on the server, the file type is .csv with "|" as a separator. I tried tu use de TfileInputRaw, but I'm getting just an object with only one line and I can't use the Tmap in order to choose the column to put in my table.&lt;/P&gt;&lt;P&gt;Can you help me please?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Mon, 11 Dec 2017 13:45:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-12-11T13:45:27Z</dc:date>
    <item>
      <title>Getting Files Via FTPconnection and apload the data in a PostgreSql BDD</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-Files-Via-FTPconnection-and-apload-the-data-in-a/m-p/2360553#M125113</link>
      <description>&lt;P&gt;Hello everybody,&amp;nbsp;&lt;BR /&gt;I'm just starting with Talend OPS, and I wanna get a file from the server ( Via the FTPConnection), make some transformations and after that apload the data in a Pstgresql table.&lt;BR /&gt;I use the FTPconnection and the tFTPget to recover the file I want to, but I don't know wich component use after this step in order to&amp;nbsp; get just the rows I want to and put them in my table.&amp;nbsp;&lt;BR /&gt;Any one to help me please.&lt;BR /&gt;Thank you !&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2017 09:52:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-Files-Via-FTPconnection-and-apload-the-data-in-a/m-p/2360553#M125113</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-08T09:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Files Via FTPconnection and apload the data in a PostgreSql BDD</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-Files-Via-FTPconnection-and-apload-the-data-in-a/m-p/2360554#M125114</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;tFileInputXXX component will get the rows you want to and load them in your table.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The work flow looks like:tFTPConnection--&amp;gt;tFTPGet--&amp;gt;tFileInputXXX--&amp;gt;tPostgresqlOutput&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;H2 class="message-subject"&gt;&amp;nbsp;&lt;/H2&gt;</description>
      <pubDate>Mon, 11 Dec 2017 02:59:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-Files-Via-FTPconnection-and-apload-the-data-in-a/m-p/2360554#M125114</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-11T02:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Files Via FTPconnection and apload the data in a PostgreSql BDD</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-Files-Via-FTPconnection-and-apload-the-data-in-a/m-p/2360555#M125115</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;thank you for your answer.&lt;BR /&gt;but I don't find which one of the TfileInputXXX I have to use.&lt;BR /&gt;on the server, the file type is .csv with "|" as a separator. I tried tu use de TfileInputRaw, but I'm getting just an object with only one line and I can't use the Tmap in order to choose the column to put in my table.&lt;/P&gt;&lt;P&gt;Can you help me please?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2017 13:45:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-Files-Via-FTPconnection-and-apload-the-data-in-a/m-p/2360555#M125115</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-11T13:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Files Via FTPconnection and apload the data in a PostgreSql BDD</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-Files-Via-FTPconnection-and-apload-the-data-in-a/m-p/2360556#M125116</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'have used the Tfileinputdelimited and it works!&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2017 12:44:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-Files-Via-FTPconnection-and-apload-the-data-in-a/m-p/2360556#M125116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-12T12:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Files Via FTPconnection and apload the data in a PostgreSql BDD</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-Files-Via-FTPconnection-and-apload-the-data-in-a/m-p/2360557#M125117</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Great it works. Thanks for your feedback.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 08:56:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-Files-Via-FTPconnection-and-apload-the-data-in-a/m-p/2360557#M125117</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-13T08:56:29Z</dc:date>
    </item>
  </channel>
</rss>

