<?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: select a table row value where equals to rows from file text . in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/select-a-table-row-value-where-equals-to-rows-from-file-text/m-p/2269616#M47796</link>
    <description>Actually the only thing i got it's an iteration on the syntaxe Sql &lt;I&gt;(System.out.println(((String)globalMap.get("tAS400Row_1_QUERY")))&lt;/I&gt;&lt;BR /&gt;with a request in AS400Row :&lt;BR /&gt;&lt;PRE&gt;"SELECT FDEVIS.DEVNOLM FROM FDEVIS WHERE "+row1.NOPROSP+"=FDEVIS.NOPROSP"&lt;/PRE&gt;&lt;BR /&gt;for a result :&lt;BR /&gt;&lt;PRE&gt;SELECT FDEVIS.DEVNOLM FROM FDEVIS WHERE 0000000482391=FDEVIS.NOPROSP&lt;BR /&gt;SELECT FDEVIS.DEVNOLM FROM FDEVIS WHERE 0000000440281=FDEVIS.NOPROSP&lt;BR /&gt;SELECT FDEVIS.DEVNOLM FROM FDEVIS WHERE 0000000460825=FDEVIS.NOPROSP&lt;BR /&gt;SELECT FDEVIS.DEVNOLM FROM FDEVIS WHERE 0000000431051=FDEVIS.NOPROSP&lt;BR /&gt;SELECT FDEVIS.DEVNOLM FROM FDEVIS WHERE 0000000509042=FDEVIS.NOPROSP&lt;BR /&gt;SELECT FDEVIS.DEVNOLM FROM FDEVIS WHERE 0000000431051=FDEVIS.NOPROSP&lt;BR /&gt;SELECT FDEVIS.DEVNOLM FROM FDEVIS WHERE 0000000504413=FDEVIS.NOPROSP&lt;BR /&gt;... etc&lt;/PRE&gt;&lt;BR /&gt;from an input file &lt;BR /&gt;&lt;PRE&gt;NOPROSP&lt;BR /&gt;0000000482391&lt;BR /&gt;0000000440281&lt;BR /&gt;0000000460825&lt;BR /&gt;0000000431051&lt;BR /&gt;0000000509042&lt;BR /&gt;0000000431051&lt;BR /&gt;0000000504413&lt;BR /&gt;...etc&lt;/PRE&gt;&lt;BR /&gt;... but of course i need THE RESULT of "SELECT FDEVIS.DEVNOLM FROM FDEVIS WHERE 0000000482391=FDEVIS.NOPROSP"  ...etc  not the syntax (lol)&lt;BR /&gt;... any help !?? &lt;BR /&gt;thanks</description>
    <pubDate>Wed, 03 Dec 2008 13:43:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-12-03T13:43:50Z</dc:date>
    <item>
      <title>select a table row value where equals to rows from file text .</title>
      <link>https://community.qlik.com/t5/Talend-Studio/select-a-table-row-value-where-equals-to-rows-from-file-text/m-p/2269614#M47794</link>
      <description>hi,&lt;BR /&gt;I've got a delimited file with several rows and values (a normal one so), wherein for each value from the column "untel" I've got a "correspondante " value store in a As400 table&lt;BR /&gt;I've tried to use TfileDelimited =&amp;gt; tAS400Row with a query : &lt;I&gt;"SELECT FDEVIS.DEVNOLM FROM FDEVIS where  row2.column0 = FDEVIS.NOPROSP" =&amp;gt; and tFileOutputDelimited (or another table ... never mind)&lt;BR /&gt;but doesn't work !&lt;BR /&gt;I've red help content help but nothing with a value in entry ...&lt;BR /&gt;In "summary"(lol) ::   read a (foreach) value =&amp;gt; looks for equivalence in a table (select)=&amp;gt; write result !&lt;BR /&gt;Looks simple but need your help&lt;BR /&gt;by advance thanks a lot&lt;/I&gt;</description>
      <pubDate>Sat, 16 Nov 2024 14:08:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/select-a-table-row-value-where-equals-to-rows-from-file-text/m-p/2269614#M47794</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: select a table row value where equals to rows from file text .</title>
      <link>https://community.qlik.com/t5/Talend-Studio/select-a-table-row-value-where-equals-to-rows-from-file-text/m-p/2269615#M47795</link>
      <description>... give you more "details" on my needs. 
&lt;BR /&gt;Is it enought explicit !? 
&lt;BR /&gt;Which Component to use in this case !?</description>
      <pubDate>Wed, 03 Dec 2008 10:59:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/select-a-table-row-value-where-equals-to-rows-from-file-text/m-p/2269615#M47795</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-03T10:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: select a table row value where equals to rows from file text .</title>
      <link>https://community.qlik.com/t5/Talend-Studio/select-a-table-row-value-where-equals-to-rows-from-file-text/m-p/2269616#M47796</link>
      <description>Actually the only thing i got it's an iteration on the syntaxe Sql &lt;I&gt;(System.out.println(((String)globalMap.get("tAS400Row_1_QUERY")))&lt;/I&gt;&lt;BR /&gt;with a request in AS400Row :&lt;BR /&gt;&lt;PRE&gt;"SELECT FDEVIS.DEVNOLM FROM FDEVIS WHERE "+row1.NOPROSP+"=FDEVIS.NOPROSP"&lt;/PRE&gt;&lt;BR /&gt;for a result :&lt;BR /&gt;&lt;PRE&gt;SELECT FDEVIS.DEVNOLM FROM FDEVIS WHERE 0000000482391=FDEVIS.NOPROSP&lt;BR /&gt;SELECT FDEVIS.DEVNOLM FROM FDEVIS WHERE 0000000440281=FDEVIS.NOPROSP&lt;BR /&gt;SELECT FDEVIS.DEVNOLM FROM FDEVIS WHERE 0000000460825=FDEVIS.NOPROSP&lt;BR /&gt;SELECT FDEVIS.DEVNOLM FROM FDEVIS WHERE 0000000431051=FDEVIS.NOPROSP&lt;BR /&gt;SELECT FDEVIS.DEVNOLM FROM FDEVIS WHERE 0000000509042=FDEVIS.NOPROSP&lt;BR /&gt;SELECT FDEVIS.DEVNOLM FROM FDEVIS WHERE 0000000431051=FDEVIS.NOPROSP&lt;BR /&gt;SELECT FDEVIS.DEVNOLM FROM FDEVIS WHERE 0000000504413=FDEVIS.NOPROSP&lt;BR /&gt;... etc&lt;/PRE&gt;&lt;BR /&gt;from an input file &lt;BR /&gt;&lt;PRE&gt;NOPROSP&lt;BR /&gt;0000000482391&lt;BR /&gt;0000000440281&lt;BR /&gt;0000000460825&lt;BR /&gt;0000000431051&lt;BR /&gt;0000000509042&lt;BR /&gt;0000000431051&lt;BR /&gt;0000000504413&lt;BR /&gt;...etc&lt;/PRE&gt;&lt;BR /&gt;... but of course i need THE RESULT of "SELECT FDEVIS.DEVNOLM FROM FDEVIS WHERE 0000000482391=FDEVIS.NOPROSP"  ...etc  not the syntax (lol)&lt;BR /&gt;... any help !?? &lt;BR /&gt;thanks</description>
      <pubDate>Wed, 03 Dec 2008 13:43:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/select-a-table-row-value-where-equals-to-rows-from-file-text/m-p/2269616#M47796</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-03T13:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: select a table row value where equals to rows from file text .</title>
      <link>https://community.qlik.com/t5/Talend-Studio/select-a-table-row-value-where-equals-to-rows-from-file-text/m-p/2269617#M47797</link>
      <description>if I read "help Content" for tmysqlrow :&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Le suffixe Row signifie que le composant met en place un flux dans le job bien que&lt;BR /&gt;ce composant ne produise pas de données en sortie.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;... seems meaning " no output data for a txxxRow" !!&lt;BR /&gt;How can I catch those data so !? no with a tAS400Row !?</description>
      <pubDate>Wed, 03 Dec 2008 14:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/select-a-table-row-value-where-equals-to-rows-from-file-text/m-p/2269617#M47797</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-03T14:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: select a table row value where equals to rows from file text .</title>
      <link>https://community.qlik.com/t5/Talend-Studio/select-a-table-row-value-where-equals-to-rows-from-file-text/m-p/2269618#M47798</link>
      <description>any idea or some informations ...!?&lt;BR /&gt;I've tried with filter Row but no sure it's the good one .&lt;BR /&gt;I'm just a little "lost" ...&lt;BR /&gt;++&lt;BR /&gt;laurent</description>
      <pubDate>Wed, 03 Dec 2008 16:15:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/select-a-table-row-value-where-equals-to-rows-from-file-text/m-p/2269618#M47798</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-03T16:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: select a table row value where equals to rows from file text .</title>
      <link>https://community.qlik.com/t5/Talend-Studio/select-a-table-row-value-where-equals-to-rows-from-file-text/m-p/2269619#M47799</link>
      <description>If you really don't want to use a tMap, you can do
&lt;BR /&gt;tFileInputDelimited -&amp;gt; tAs400Row -&amp;gt; tParseRecordSet -&amp;gt; ....
&lt;BR /&gt;Add a new object column in tAS400Row schema.
&lt;BR /&gt;Define it in tAS400Row -&amp;gt; Advanced Settings -&amp;gt; Propagate QUERY RecordSet option.
&lt;BR /&gt;and in tParseRecordSet to parse the results from tAS400Row "select" request.
&lt;BR /&gt;HTH,</description>
      <pubDate>Thu, 04 Dec 2008 01:10:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/select-a-table-row-value-where-equals-to-rows-from-file-text/m-p/2269619#M47799</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-04T01:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: select a table row value where equals to rows from file text .</title>
      <link>https://community.qlik.com/t5/Talend-Studio/select-a-table-row-value-where-equals-to-rows-from-file-text/m-p/2269620#M47800</link>
      <description>hi mhirt, 
&lt;BR /&gt;It it's possible with tMap .... I take it! 
&lt;BR /&gt;I've tried with your solution but always 's got some errors ...(a "red" alert like on your screenshoot). 
&lt;BR /&gt;So i've tried with tMap : get 2 entries (as400 input and tfileinput z value) =&amp;gt; tMap .... 
&lt;BR /&gt;But now how to put my condition !? (select mytable.X from mytable Where mytable.y = z) 
&lt;BR /&gt;I've got all value to do my job but don't find the right way !!(sic) 
&lt;BR /&gt;My problem is to include the variable Z in the query ! 
&lt;BR /&gt;With tparseRecord set, it propagate the result (if i 've unterstood the goal of this component) ! 
&lt;BR /&gt; but a tmap solution can be the good one ... 
&lt;BR /&gt;EDIT : tparse error =&amp;gt; (*** ERROR in Table ***); due to a bad request i guess because didn't recognize th value in my select query (!!?) 
&lt;BR /&gt;the entire java generated code error : 
&lt;BR /&gt; 
&lt;PRE&gt;row3.NOPROSP = re_tParseRecordSet_1.getObject(*** ERROR in Table ***);&lt;/PRE&gt;</description>
      <pubDate>Thu, 04 Dec 2008 10:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/select-a-table-row-value-where-equals-to-rows-from-file-text/m-p/2269620#M47800</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-04T10:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: select a table row value where equals to rows from file text .</title>
      <link>https://community.qlik.com/t5/Talend-Studio/select-a-table-row-value-where-equals-to-rows-from-file-text/m-p/2269621#M47801</link>
      <description>You didn't configure properly the tParseRecordSet "Attribute table".&lt;BR /&gt;Verify it according to my last screenshot.</description>
      <pubDate>Thu, 04 Dec 2008 15:17:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/select-a-table-row-value-where-equals-to-rows-from-file-text/m-p/2269621#M47801</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-04T15:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: select a table row value where equals to rows from file text .</title>
      <link>https://community.qlik.com/t5/Talend-Studio/select-a-table-row-value-where-equals-to-rows-from-file-text/m-p/2269622#M47802</link>
      <description>hi, mhirt,
&lt;BR /&gt;Ok , now it's work fine !
&lt;BR /&gt;You let me expexted that it could work with a tMap component as well !
&lt;BR /&gt;Can you give me the way to do it with it ....(not entire solution, but the "suite of" component) .
&lt;BR /&gt;I still have some "problems" with the passed value throws different component .
&lt;BR /&gt;anyway, thanks a lot for your help
&lt;BR /&gt;laurent</description>
      <pubDate>Mon, 08 Dec 2008 09:47:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/select-a-table-row-value-where-equals-to-rows-from-file-text/m-p/2269622#M47802</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-08T09:47:50Z</dc:date>
    </item>
  </channel>
</rss>

