<?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 read and write CSV files from FTP server in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-and-write-CSV-files-from-FTP-server/m-p/2201313#M3441</link>
    <description>Hi,&lt;BR /&gt;I also need your help on : I have to port data in salesforce from File Maker pro database, client provided me the jar file of ODBC File Maker pro, now I want to establish a connection in Talend Studio with FileMaker Pro database so I can fetch the data from FileMaker Pro and port in salesforce, but I do not see the db type as FileMaker pro in available list of db type, could you please let me know how to establish connection for FileMaker Pro Databse, your help would be much appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Rahul</description>
    <pubDate>Sun, 21 Aug 2016 20:17:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-08-21T20:17:43Z</dc:date>
    <item>
      <title>How to read and write CSV files from FTP server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-and-write-CSV-files-from-FTP-server/m-p/2201304#M3432</link>
      <description>Hi Team,
&lt;BR /&gt;I am new to Talend open studio for ESB.
&lt;BR /&gt;I need a help to create job desgin that i want to read csv file from FTP server and I want to write csv file into same FTP server.
&lt;BR /&gt;Please help me that how to use FTP meta data/Could you please provide us the sample job designs.
&lt;BR /&gt;I really appreciate for you help.&amp;nbsp; 
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Jagan.</description>
      <pubDate>Sat, 16 Nov 2024 10:53:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-and-write-CSV-files-from-FTP-server/m-p/2201304#M3432</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to read and write CSV files from FTP server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-and-write-CSV-files-from-FTP-server/m-p/2201305#M3433</link>
      <description>Hi Jagan, 
&lt;BR /&gt;So far, Talend don't support for transferring data by air which means you have to fetch data from FTP server firstly, save it locally and do further processing&amp;nbsp;and then put it&amp;nbsp;on FTP server. 
&lt;BR /&gt;There is no FTP metadata feature for now. 
&lt;BR /&gt;The workflow should be:tFTPConnection--&amp;gt;tFtpGet--&amp;gt;tFtpPut 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 30 Dec 2015 07:23:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-and-write-CSV-files-from-FTP-server/m-p/2201305#M3433</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-30T07:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to read and write CSV files from FTP server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-and-write-CSV-files-from-FTP-server/m-p/2201306#M3434</link>
      <description>Hi Team, 
&lt;BR /&gt;Thanks for the reply. 
&lt;BR /&gt;I am facing below 2 issues. 
&lt;BR /&gt;1. Can we delete csv file in local by using tFTPDelete component? 
&lt;BR /&gt;2. unable to send csv file from local to FTP server, 
&lt;BR /&gt;I have placed csv file to C:/Users/Jagan/Desktop/nw/Talend/WDEmployees.csv directory and executed but getting error. 
&lt;BR /&gt;Error Message is: 
&lt;BR /&gt;Starting job PutFTP at 15:58 05/01/2016. 
&lt;BR /&gt; connecting to socket on port 3548 
&lt;BR /&gt; connected 
&lt;BR /&gt;No match file exist! 
&lt;BR /&gt; disconnected 
&lt;BR /&gt;Job PutFTP ended at 15:58 05/01/2016.</description>
      <pubDate>Tue, 05 Jan 2016 10:32:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-and-write-CSV-files-from-FTP-server/m-p/2201306#M3434</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-05T10:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to read and write CSV files from FTP server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-and-write-CSV-files-from-FTP-server/m-p/2201307#M3435</link>
      <description>Hi,
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;1. Can we delete csv file in local by using tFTPDelete component?&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;As a matter of fact, you should use tFileDelete component instead of tFTPDelete component if you want to delete files on local.
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;2. unable to send csv file from local to FTP server,?&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;The exception "No match file exist!"&amp;nbsp;means that&amp;nbsp;no file in the local file system matches with the file filter.
&lt;BR /&gt;Could you please show us the component setting screenshot of tFTPPut?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 05 Jan 2016 10:41:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-and-write-CSV-files-from-FTP-server/m-p/2201307#M3435</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-05T10:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to read and write CSV files from FTP server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-and-write-CSV-files-from-FTP-server/m-p/2201308#M3436</link>
      <description>Hi Team, 
&lt;BR /&gt;Reg 2. unable to send csv file from local to FTP server,? 
&lt;BR /&gt;FYI: I am able to get file from FTP server but unable to put file to same FTP server. 
&lt;BR /&gt;Please find the below screen shot. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MChU.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155967i0155CC54311647A1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MChU.jpg" alt="0683p000009MChU.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 05 Jan 2016 11:35:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-and-write-CSV-files-from-FTP-server/m-p/2201308#M3436</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-05T11:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to read and write CSV files from FTP server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-and-write-CSV-files-from-FTP-server/m-p/2201309#M3437</link>
      <description>Hi,&lt;BR /&gt;Local directory is&amp;nbsp;the path to the local directory containing the files.&lt;BR /&gt;Please take a look at component reference &lt;A href="https://help.talend.com/search/all?query=tFTPPut&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tFTPPut&lt;/A&gt;&amp;nbsp;with scenario.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 06 Jan 2016 02:27:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-and-write-CSV-files-from-FTP-server/m-p/2201309#M3437</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-06T02:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to read and write CSV files from FTP server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-and-write-CSV-files-from-FTP-server/m-p/2201310#M3438</link>
      <description>Hi,
&lt;BR /&gt;I am very new to talend, I have got a work to export the data from a FTO connection and import data in salesforce using csv file. On FTP I have total 3 backup file &amp;nbsp;with extension .bak(No CSV),&amp;nbsp;
&lt;BR /&gt;I am using same steps mentioned in a examole :&amp;nbsp;
&lt;BR /&gt;My job ran sucessfully but I did not get any csv file in folder, please help me.
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Rahul</description>
      <pubDate>Thu, 18 Aug 2016 21:18:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-and-write-CSV-files-from-FTP-server/m-p/2201310#M3438</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-18T21:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to read and write CSV files from FTP server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-and-write-CSV-files-from-FTP-server/m-p/2201311#M3439</link>
      <description>Hi,&lt;BR /&gt;Are you using tFTPget component to retrieve your csv file from FTP server?&lt;BR /&gt;Have you tried to check out "Die on error" option on tftpget component to see if there is any error message printed on console?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 19 Aug 2016 11:11:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-and-write-CSV-files-from-FTP-server/m-p/2201311#M3439</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-19T11:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to read and write CSV files from FTP server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-and-write-CSV-files-from-FTP-server/m-p/2201312#M3440</link>
      <description>Thank you , now I can get the files form FTP</description>
      <pubDate>Sun, 21 Aug 2016 20:14:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-and-write-CSV-files-from-FTP-server/m-p/2201312#M3440</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-21T20:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to read and write CSV files from FTP server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-and-write-CSV-files-from-FTP-server/m-p/2201313#M3441</link>
      <description>Hi,&lt;BR /&gt;I also need your help on : I have to port data in salesforce from File Maker pro database, client provided me the jar file of ODBC File Maker pro, now I want to establish a connection in Talend Studio with FileMaker Pro database so I can fetch the data from FileMaker Pro and port in salesforce, but I do not see the db type as FileMaker pro in available list of db type, could you please let me know how to establish connection for FileMaker Pro Databse, your help would be much appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Rahul</description>
      <pubDate>Sun, 21 Aug 2016 20:17:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-and-write-CSV-files-from-FTP-server/m-p/2201313#M3441</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-21T20:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to read and write CSV files from FTP server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-and-write-CSV-files-from-FTP-server/m-p/2201314#M3442</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&amp;lt;br&amp;gt;So far, there is no specific component for Filemaker Database.&lt;/P&gt;&lt;P&gt;Could you please take a look at document about:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/search/all?query=Supported+systems%2C+databases+and+business+applications+by+Talend+components&amp;amp;content-lang=en" alt="https://help.talend.com/search/all?query=Supported+systems%2C+databases+and+business+applications+by+Talend+components&amp;amp;content-lang=en" target="_blank"&gt;https://help.talend.com/search/all?query=Supported+systems%2C+databases+and+business+applications+by+Talend+components&amp;amp;amp;content-lang=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2016 09:39:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-and-write-CSV-files-from-FTP-server/m-p/2201314#M3442</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-22T09:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to read and write CSV files from FTP server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-and-write-CSV-files-from-FTP-server/m-p/2201315#M3443</link>
      <description>Hi,&lt;BR /&gt;I did not tried with that could you please guide me how to do that.&lt;BR /&gt;Thanks much.</description>
      <pubDate>Mon, 22 Aug 2016 10:58:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-and-write-CSV-files-from-FTP-server/m-p/2201315#M3443</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-22T10:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to read and write CSV files from FTP server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-and-write-CSV-files-from-FTP-server/m-p/2201316#M3444</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do we have any update on this. Is there any way for transferring data without saving it locally&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jun 2021 11:59:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-and-write-CSV-files-from-FTP-server/m-p/2201316#M3444</guid>
      <dc:creator>Talend_user123456787654</dc:creator>
      <dc:date>2021-06-07T11:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to read and write CSV files from FTP server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-and-write-CSV-files-from-FTP-server/m-p/2201317#M3445</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;You have to fetch files from FTP server into local disk and then put them onto other servers.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2021 04:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-and-write-CSV-files-from-FTP-server/m-p/2201317#M3445</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-08T04:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to read and write CSV files from FTP server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-and-write-CSV-files-from-FTP-server/m-p/2201318#M3446</link>
      <description>&lt;P&gt;@Talend User​, it is API limitation,  no API available for transferring data on FTP server directly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2021 06:28:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-and-write-CSV-files-from-FTP-server/m-p/2201318#M3446</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-08T06:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to read and write CSV files from FTP server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-and-write-CSV-files-from-FTP-server/m-p/2201319#M3447</link>
      <description>&lt;P&gt;HI, for the tftp put , it seems you specify a file instead of a directory in the local directory path:&lt;/P&gt;&lt;P&gt;: just use "C:/Users/Jagan/Desktop/nw/Talend"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if WDEmployees.csv is a directory :&lt;/P&gt;&lt;P&gt;check the arborescence of the ftp :&lt;/P&gt;&lt;P&gt;maybe you use move to the current directory in tftpget&lt;/P&gt;&lt;P&gt;so you have to be sure you use the good path for the remote directory&lt;/P&gt;&lt;P&gt;Send me Love and Kudos&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2021 09:27:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-and-write-CSV-files-from-FTP-server/m-p/2201319#M3447</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-06-08T09:27:20Z</dc:date>
    </item>
  </channel>
</rss>

