<?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 export zip/Csv file using web services in talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/how-to-export-zip-Csv-file-using-web-services-in-talend/m-p/2334400#M103073</link>
    <description>This example talks about uploading a CSV file and processing it using a route,  I want opposite of that,  in the response I want to provide a CSV file as attachment.  Basically client requests for a file using SOAP/REST/HTTP request and my service running on Talend should provide them the file as attachment using SOAP/REST/HTTP response.</description>
    <pubDate>Tue, 26 Nov 2013 04:15:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-11-26T04:15:03Z</dc:date>
    <item>
      <title>how to export zip/Csv file using web services in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-export-zip-Csv-file-using-web-services-in-talend/m-p/2334395#M103068</link>
      <description>Hi 
&lt;BR /&gt;I am using talend ESB open studio 5.3.0,right now I am exporting job as a webservice and this webservice is creating CSV file in a specific path but i am not able to send the Csv file data as a attachment 
&lt;BR /&gt;how to create a talend webservice job that will attach an output file for any desktop application.the moment the desktop application access the talend webservice it should suppose to get the output file</description>
      <pubDate>Sat, 16 Nov 2024 11:57:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-export-zip-Csv-file-using-web-services-in-talend/m-p/2334395#M103068</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to export zip/Csv file using web services in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-export-zip-Csv-file-using-web-services-in-talend/m-p/2334396#M103069</link>
      <description>Hi 
&lt;BR /&gt;The job is executed on the server side, and the file is created on the server. After calling the webservice and creating the file from any desktop access remote, you need to consider what kind of protocol to be used to access the server and download the file, http? SSH? SCP? FTP? 
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 22 Jul 2013 03:57:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-export-zip-Csv-file-using-web-services-in-talend/m-p/2334396#M103069</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-22T03:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to export zip/Csv file using web services in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-export-zip-Csv-file-using-web-services-in-talend/m-p/2334397#M103070</link>
      <description>Mr.Shong,
&lt;BR /&gt;Thanks for your reply.I want to know how to create a webservice that will attach my output CSV file by using http/https protocal
&lt;BR /&gt;with regards
&lt;BR /&gt;Feroz</description>
      <pubDate>Mon, 22 Jul 2013 05:59:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-export-zip-Csv-file-using-web-services-in-talend/m-p/2334397#M103070</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-22T05:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to export zip/Csv file using web services in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-export-zip-Csv-file-using-web-services-in-talend/m-p/2334398#M103071</link>
      <description>I too have a similar requirement, can we achieve this using talend</description>
      <pubDate>Tue, 26 Nov 2013 03:14:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-export-zip-Csv-file-using-web-services-in-talend/m-p/2334398#M103071</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-26T03:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to export zip/Csv file using web services in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-export-zip-Csv-file-using-web-services-in-talend/m-p/2334399#M103072</link>
      <description>Hi, 
&lt;BR /&gt;It seems you are looking for 
&lt;A href="http://community.talend.com:80/t5/Design-and-Development/resolved-Could-not-create-the-Java-virtual-machine/m-p/1531#M14483" target="_blank"&gt;Forum 32813: provide http file upload function&lt;/A&gt;.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 26 Nov 2013 03:29:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-export-zip-Csv-file-using-web-services-in-talend/m-p/2334399#M103072</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-26T03:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to export zip/Csv file using web services in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-export-zip-Csv-file-using-web-services-in-talend/m-p/2334400#M103073</link>
      <description>This example talks about uploading a CSV file and processing it using a route,  I want opposite of that,  in the response I want to provide a CSV file as attachment.  Basically client requests for a file using SOAP/REST/HTTP request and my service running on Talend should provide them the file as attachment using SOAP/REST/HTTP response.</description>
      <pubDate>Tue, 26 Nov 2013 04:15:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-export-zip-Csv-file-using-web-services-in-talend/m-p/2334400#M103073</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-26T04:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to export zip/Csv file using web services in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-export-zip-Csv-file-using-web-services-in-talend/m-p/2334401#M103074</link>
      <description>Hi,&lt;BR /&gt;You should be able to do this with SOAP and/or REST/HTTP.  Just decide on a format for the request, and retrieve the file of choice.  For SOAP (cCXF) you should be able to send the file back as an attachment using the attachment portion of the Camel Exchange.  For REST (cHTTP) you should be able to set the file to the Exchange body and set the Content-Type to "text/csv" or whatever is appropriate.&lt;BR /&gt;&lt;A href="http://camel.apache.org/cxf.html" rel="nofollow noopener noreferrer"&gt;http://camel.apache.org/cxf.html&lt;/A&gt; (search for attachment)&lt;BR /&gt;Best Regards,&lt;BR /&gt;Ben</description>
      <pubDate>Tue, 26 Nov 2013 15:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-export-zip-Csv-file-using-web-services-in-talend/m-p/2334401#M103074</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-26T15:52:53Z</dc:date>
    </item>
  </channel>
</rss>

