<?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: talend - dev - convert a byte[] to row in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/talend-dev-convert-a-byte-to-row/m-p/2201418#M3515</link>
    <description>I guess this appends between the _begin.javajet &amp;amp; the _main.javajet.
&lt;BR /&gt;Ten, for each byte[] I get from the database, I have to extract all field. Then I have to transform it to String, and parse the string to get the correct output type.
&lt;BR /&gt;A split on the String can give me all the columns, and then I can get the node.outgoing format and try to format it.
&lt;BR /&gt;This represents some work, Acutally this is to create 2 components alias tPostgresqlBulkSTDIN &amp;amp; tPostgresqlBulkSTDOUT that could replace tPostgresqlOutput &amp;amp; tPostgresqlInput. I need to create/extract those bytes array to transform them on the fly as flow.</description>
    <pubDate>Sat, 14 Feb 2015 17:17:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-02-14T17:17:33Z</dc:date>
    <item>
      <title>talend - dev - convert a byte[] to row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/talend-dev-convert-a-byte-to-row/m-p/2201417#M3514</link>
      <description>Hello,
&lt;BR /&gt;I want to create a component that use a java method returning a byte array. I want that component have a out row connection, to be able to branch other component, eg : tLogRow.
&lt;BR /&gt;If someone have an idea the way to convert that byte array for talend row connection please share&amp;nbsp;
&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 13 Feb 2015 19:46:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/talend-dev-convert-a-byte-to-row/m-p/2201417#M3514</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-13T19:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: talend - dev - convert a byte[] to row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/talend-dev-convert-a-byte-to-row/m-p/2201418#M3515</link>
      <description>I guess this appends between the _begin.javajet &amp;amp; the _main.javajet.
&lt;BR /&gt;Ten, for each byte[] I get from the database, I have to extract all field. Then I have to transform it to String, and parse the string to get the correct output type.
&lt;BR /&gt;A split on the String can give me all the columns, and then I can get the node.outgoing format and try to format it.
&lt;BR /&gt;This represents some work, Acutally this is to create 2 components alias tPostgresqlBulkSTDIN &amp;amp; tPostgresqlBulkSTDOUT that could replace tPostgresqlOutput &amp;amp; tPostgresqlInput. I need to create/extract those bytes array to transform them on the fly as flow.</description>
      <pubDate>Sat, 14 Feb 2015 17:17:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/talend-dev-convert-a-byte-to-row/m-p/2201418#M3515</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-14T17:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: talend - dev - convert a byte[] to row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/talend-dev-convert-a-byte-to-row/m-p/2201419#M3516</link>
      <description>Done : Ive created the tPostgresqlBulkInput. This one works for now 2.5 times faster than tPostgresqlInput. It captures/parses the STDOUT, from posgresql COPY function and transforms it as a classical row. 
&lt;BR /&gt;(only for integer/date/string field for now) 
&lt;BR /&gt;Next step will be tPostgresqlBulkOutput, taking a row connection as input : 
&lt;BR /&gt;- Bulk Insert 
&lt;BR /&gt;- Bulk Update 
&lt;BR /&gt;- Bulk Insert or update 
&lt;BR /&gt;- Bulk Delete 
&lt;BR /&gt;- Bulk Select with Join 
&lt;BR /&gt;(github/parisni)</description>
      <pubDate>Sun, 15 Feb 2015 02:49:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/talend-dev-convert-a-byte-to-row/m-p/2201419#M3516</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-15T02:49:41Z</dc:date>
    </item>
  </channel>
</rss>

