<?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 retrieve values from tMySqlRow within a tIterateToFlow in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-values-from-tMySqlRow-within-a-tIterateToFlow/m-p/2231434#M21726</link>
    <description>Hi,
&lt;BR /&gt;instead of using
&lt;BR /&gt;tFileInputMSXML -&amp;gt; tFlowToIterate -&amp;gt;tMySqlRow -&amp;gt; tIterateToFlow -&amp;gt; tLogRow
&lt;BR /&gt;I would try to use
&lt;BR /&gt;tFileInputMSXML -&amp;gt; tFlowToIterate -&amp;gt;tMySqlInput -&amp;gt; tLogRow
&lt;BR /&gt;
&lt;BR /&gt;for the SELECT statement in tMySQLInput you can use the statement you pasted in your post.
&lt;BR /&gt;
&lt;BR /&gt;HTH
&lt;BR /&gt;Christian</description>
    <pubDate>Thu, 26 Aug 2010 10:47:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-08-26T10:47:31Z</dc:date>
    <item>
      <title>How to retrieve values from tMySqlRow within a tIterateToFlow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-values-from-tMySqlRow-within-a-tIterateToFlow/m-p/2231433#M21725</link>
      <description>I need to be able to extract a list of id's from an XML file. Then run a SQL query into a DB and see if that id exists in the DB. Then I need to make a decision based on whether the id is in the DB or not.&lt;BR /&gt;Any recommendations on how best to do this?&lt;BR /&gt;I am running the following:&lt;BR /&gt;tFileInputMSXML -&amp;gt; tFlowToIterate -&amp;gt;tMySqlRow -&amp;gt; tIterateToFlow -&amp;gt; tLogRow&lt;BR /&gt;The SQL query in the tMySqlRow is : &lt;BR /&gt;"SELECT '1' as idExists FROM Sales WHERE id = '"&lt;BR /&gt;+((String)globalMap.get("XML.id"))+&lt;BR /&gt;"'"&lt;BR /&gt;My problem is that I don't see how to get access to the value of idExists. &lt;BR /&gt;I suppose it really is about understanding how to log output while inside a tIterate.&lt;BR /&gt;Anyone know how to get this done ?&lt;BR /&gt;glen&lt;BR /&gt;openbusinessassociates</description>
      <pubDate>Sat, 16 Nov 2024 13:18:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-values-from-tMySqlRow-within-a-tIterateToFlow/m-p/2231433#M21725</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve values from tMySqlRow within a tIterateToFlow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-values-from-tMySqlRow-within-a-tIterateToFlow/m-p/2231434#M21726</link>
      <description>Hi,
&lt;BR /&gt;instead of using
&lt;BR /&gt;tFileInputMSXML -&amp;gt; tFlowToIterate -&amp;gt;tMySqlRow -&amp;gt; tIterateToFlow -&amp;gt; tLogRow
&lt;BR /&gt;I would try to use
&lt;BR /&gt;tFileInputMSXML -&amp;gt; tFlowToIterate -&amp;gt;tMySqlInput -&amp;gt; tLogRow
&lt;BR /&gt;
&lt;BR /&gt;for the SELECT statement in tMySQLInput you can use the statement you pasted in your post.
&lt;BR /&gt;
&lt;BR /&gt;HTH
&lt;BR /&gt;Christian</description>
      <pubDate>Thu, 26 Aug 2010 10:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-values-from-tMySqlRow-within-a-tIterateToFlow/m-p/2231434#M21726</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-08-26T10:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve values from tMySqlRow within a tIterateToFlow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-values-from-tMySqlRow-within-a-tIterateToFlow/m-p/2231435#M21727</link>
      <description>ACE. Works. Tks</description>
      <pubDate>Thu, 26 Aug 2010 11:12:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-values-from-tMySqlRow-within-a-tIterateToFlow/m-p/2231435#M21727</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-08-26T11:12:58Z</dc:date>
    </item>
  </channel>
</rss>

