<?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 Byte[] in context in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Byte-in-context/m-p/2327978#M97303</link>
    <description>Hi; 
&lt;BR /&gt;Is it possible to pass byte[] variables between subjobs using context.. Or is there a different way to do it.. Converting it to string than back to byte[] does not produce the same byte[] value.. 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;I will be running the subjob using iterate (parallel) so i have to pass that byte[] value.. 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Fatih Kutlay</description>
    <pubDate>Sat, 16 Nov 2024 12:43:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T12:43:19Z</dc:date>
    <item>
      <title>Byte[] in context</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Byte-in-context/m-p/2327978#M97303</link>
      <description>Hi; 
&lt;BR /&gt;Is it possible to pass byte[] variables between subjobs using context.. Or is there a different way to do it.. Converting it to string than back to byte[] does not produce the same byte[] value.. 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;I will be running the subjob using iterate (parallel) so i have to pass that byte[] value.. 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Fatih Kutlay</description>
      <pubDate>Sat, 16 Nov 2024 12:43:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Byte-in-context/m-p/2327978#M97303</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Byte[] in context</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Byte-in-context/m-p/2327979#M97304</link>
      <description>Hi 
&lt;BR /&gt;Define a context variable with object type, for example:
&lt;BR /&gt;String foo = "bar";
&lt;BR /&gt;byte [] b=foo.getBytes();
&lt;BR /&gt;context.new1=b;
&lt;BR /&gt;byte [] b1=(byte []) context.new1;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 25 Aug 2011 12:09:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Byte-in-context/m-p/2327979#M97304</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-25T12:09:31Z</dc:date>
    </item>
  </channel>
</rss>

