<?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 Base64 Encoding of a zip file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Base64-Encoding-of-a-zip-file/m-p/2287881#M61423</link>
    <description>I need to be able to encode a zip file and pass that as a string to a web service call.&lt;BR /&gt;The file will be generated as part of data processing that is working as expected. For next step the file needs to be passed as an encoded string for a web service call.&lt;BR /&gt;Need help with the steps to follow to be able to encode the zip file and pass that to the web service call all in one Job.</description>
    <pubDate>Thu, 09 Mar 2017 17:27:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-03-09T17:27:57Z</dc:date>
    <item>
      <title>Base64 Encoding of a zip file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Base64-Encoding-of-a-zip-file/m-p/2287881#M61423</link>
      <description>I need to be able to encode a zip file and pass that as a string to a web service call.&lt;BR /&gt;The file will be generated as part of data processing that is working as expected. For next step the file needs to be passed as an encoded string for a web service call.&lt;BR /&gt;Need help with the steps to follow to be able to encode the zip file and pass that to the web service call all in one Job.</description>
      <pubDate>Thu, 09 Mar 2017 17:27:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Base64-Encoding-of-a-zip-file/m-p/2287881#M61423</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-09T17:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Base64 Encoding of a zip file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Base64-Encoding-of-a-zip-file/m-p/2287882#M61424</link>
      <description>Hello&amp;nbsp; 
&lt;BR /&gt;Take a look at this related 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCq7uCAC" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/resolved-Send-file-to-WebService/td-p/106745&lt;/A&gt;, let me know if you still have troubles.&amp;nbsp; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 10 Mar 2017 01:40:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Base64-Encoding-of-a-zip-file/m-p/2287882#M61424</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-10T01:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Base64 Encoding of a zip file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Base64-Encoding-of-a-zip-file/m-p/2287883#M61425</link>
      <description>Hi Shong, 
&lt;BR /&gt;I have gone through the topic. 
&lt;BR /&gt;For now I have created a stand alone job to get the encrypted text&amp;nbsp; and following is the flow. 
&lt;BR /&gt;tFixedFlowInput -&amp;gt; tJavaRow -&amp;gt;&amp;nbsp; tLogRow 
&lt;BR /&gt;Am passing the file name along with location as a fixed string in the tFixedFlowInput component. ex c:\ETL\Filename.zip 
&lt;BR /&gt;In tJavaRow I have the following code:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; String s = new sun.misc.BASE64Encoder().encode(input.FileName); 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; output.FileName = s; 
&lt;BR /&gt;** Filename is the field name in the schema 
&lt;BR /&gt;On running the job , I am not getting any error but the system is not giving any output either for the encrypted output string. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDeA.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131888iB6B557E27A00CAB2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDeA.png" alt="0683p000009MDeA.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDeF.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138679i419AB7D006A4D2C0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDeF.png" alt="0683p000009MDeF.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDeK.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153338i4C310813DAC62B39/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDeK.png" alt="0683p000009MDeK.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 13 Mar 2017 04:23:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Base64-Encoding-of-a-zip-file/m-p/2287883#M61425</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-13T04:23:24Z</dc:date>
    </item>
  </channel>
</rss>

