<?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: Question to tParseRecordSet in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Question-to-tParseRecordSet/m-p/2336704#M105124</link>
    <description>Hi 
&lt;BR /&gt;I think the problem comes from your job design, can you show us your query on tOracleRow? How do you use the data selected from tOracleInput? To me, the job will look like: 
&lt;BR /&gt;tOracleInput--main(row1)--tFlowToIterate--iterate--tOracleRow--main--tParseRecordSet--main--tLogRow 
&lt;BR /&gt;on tOracleInput: 
&lt;BR /&gt;"select id from tableName where name='shong'" 
&lt;BR /&gt;on tOracleRow: 
&lt;BR /&gt;"select * from tableName where id="+row1.id 
&lt;BR /&gt;Shong</description>
    <pubDate>Thu, 21 Mar 2013 06:00:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-03-21T06:00:48Z</dc:date>
    <item>
      <title>Question to tParseRecordSet</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Question-to-tParseRecordSet/m-p/2336702#M105122</link>
      <description>Hi,
&lt;BR /&gt;my Job is like this:
&lt;BR /&gt;tOracleInput -row1-&amp;gt; tOracleRow -row2-&amp;gt; tParseRecordSet_1 -row3-&amp;gt; tLogRow.
&lt;BR /&gt;In tOracleInput I select some data, with this data I select some rows in tOracleRow and put these rows in an object column. But after the tParseRecordSet the rows are 0. I think the problem is that the query´s recordset has more than one row. Any ideas, solution or alternatives for this Problem? 
&lt;BR /&gt;Thank you for your help.</description>
      <pubDate>Wed, 20 Mar 2013 14:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Question-to-tParseRecordSet/m-p/2336702#M105122</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-20T14:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Question to tParseRecordSet</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Question-to-tParseRecordSet/m-p/2336703#M105123</link>
      <description>Hi, 
&lt;BR /&gt;Less information to address you issue. Could you give us more information about your job requirement? 
&lt;BR /&gt;In addition, please refer to the component reference 
&lt;A href="https://help.talend.com/search/all?query=tParseRecordSet&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;tParseRecordSet&lt;/A&gt; and its related scenario. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 21 Mar 2013 02:16:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Question-to-tParseRecordSet/m-p/2336703#M105123</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-21T02:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Question to tParseRecordSet</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Question-to-tParseRecordSet/m-p/2336704#M105124</link>
      <description>Hi 
&lt;BR /&gt;I think the problem comes from your job design, can you show us your query on tOracleRow? How do you use the data selected from tOracleInput? To me, the job will look like: 
&lt;BR /&gt;tOracleInput--main(row1)--tFlowToIterate--iterate--tOracleRow--main--tParseRecordSet--main--tLogRow 
&lt;BR /&gt;on tOracleInput: 
&lt;BR /&gt;"select id from tableName where name='shong'" 
&lt;BR /&gt;on tOracleRow: 
&lt;BR /&gt;"select * from tableName where id="+row1.id 
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 21 Mar 2013 06:00:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Question-to-tParseRecordSet/m-p/2336704#M105124</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-21T06:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Question to tParseRecordSet</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Question-to-tParseRecordSet/m-p/2336705#M105125</link>
      <description>Hi Sabrina and Shong, 
&lt;BR /&gt;thanks for your help. I think there is one little thing which I overlook. 
&lt;BR /&gt;On tOracleInput i make something like: 
&lt;BR /&gt;"select id, name_id, name from tableName" 
&lt;BR /&gt;on tOracleRow: 
&lt;BR /&gt;"select tableHuman.id, tableHuman.name_id, tablePerson.person_id form tablePerson, tableHuman 
&lt;BR /&gt;Where tableHuman.id = ? AND tableHuman.name_id = ?" 
&lt;BR /&gt;I tried to make the job like shongs, but after the iterate the columns are empty. Just the object column has data. 
&lt;BR /&gt;I try to get the person.id to the other data. The sql statements are very simplified. 
&lt;BR /&gt;I hope with this information you can help, thanks. 
&lt;BR /&gt;Chris</description>
      <pubDate>Thu, 21 Mar 2013 09:21:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Question-to-tParseRecordSet/m-p/2336705#M105125</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-21T09:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Question to tParseRecordSet</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Question-to-tParseRecordSet/m-p/2336706#M105126</link>
      <description>Hi Community, 
&lt;BR /&gt;just to make the thing clear for me: In tParseRecordSet I can only parse one Row? Or can I parse more than one row? 
&lt;BR /&gt;I just have a Select which get 4 rows as Input and each of this rows should be parameter in a new Select. This new Select has more than this 4 rows as result. 
&lt;BR /&gt;Is there any other component to do this things. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Chris</description>
      <pubDate>Thu, 04 Apr 2013 13:24:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Question-to-tParseRecordSet/m-p/2336706#M105126</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-04T13:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Question to tParseRecordSet</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Question-to-tParseRecordSet/m-p/2336707#M105127</link>
      <description>Hi, 
&lt;BR /&gt;The function of tParseRecordSet component is parsing a set of records from a database table or DB query and possibly returns single records. So there is only one column chosen from Prev. Comp. Column list. But Please refer to the tParseRecordSet scenarios 
&lt;A href="https://help.talend.com/pages/viewpage.action?pageId=11973851#Raa48944" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/pages/viewpage.action?pageId=11973851#Raa48944&lt;/A&gt; Scenario 2: Using PreparedStatement objects to query data and Scenario 3: Combining two flows for selective output.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Sun, 07 Apr 2013 11:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Question-to-tParseRecordSet/m-p/2336707#M105127</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-07T11:25:49Z</dc:date>
    </item>
  </channel>
</rss>

