<?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: tMap -&amp;gt; tOracleRow ? How to ? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tMap-gt-tOracleRow-How-to/m-p/2287656#M61222</link>
    <description>Could you post a screenshot of your tMap content ?
&lt;BR /&gt;Could you connect also a tLogRow from you fileInputCSV to check if data are read correctly.</description>
    <pubDate>Thu, 30 Aug 2007 10:51:16 GMT</pubDate>
    <dc:creator>amaumont</dc:creator>
    <dc:date>2007-08-30T10:51:16Z</dc:date>
    <item>
      <title>tMap -&gt; tOracleRow ? How to ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-gt-tOracleRow-How-to/m-p/2287655#M61221</link>
      <description>Hi, 
&lt;BR /&gt;I try to design a job who has a csv file in input with 2 cols : ID and DATA. The purpose is to update an oracle table whose target table name, target column (aka DATA in the csv file) and reference column (aka ID) are set dynamically by the context variables. 
&lt;BR /&gt;I use a tOracleRow component to type the update query (see the screenshot). 
&lt;BR /&gt; 
&lt;A href="http://img248.imageshack.us/my.php?image=screenvc9.jpg" target="_blank" rel="nofollow noopener noreferrer"&gt;&lt;IMG src="https://community.qlik.com/" /&gt;&lt;/A&gt; 
&lt;BR /&gt;The problem seems to be that I can't retrieve data from the tMap component. 
&lt;BR /&gt;massive_update.id and massive_update.data still be null in the query (see in debug mode) but are well completed in the trace. 
&lt;BR /&gt;Hope you can help me. 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Thanks. 
&lt;BR /&gt;LB</description>
      <pubDate>Sat, 16 Nov 2024 14:33:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-gt-tOracleRow-How-to/m-p/2287655#M61221</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: tMap -&gt; tOracleRow ? How to ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-gt-tOracleRow-How-to/m-p/2287656#M61222</link>
      <description>Could you post a screenshot of your tMap content ?
&lt;BR /&gt;Could you connect also a tLogRow from you fileInputCSV to check if data are read correctly.</description>
      <pubDate>Thu, 30 Aug 2007 10:51:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-gt-tOracleRow-How-to/m-p/2287656#M61222</guid>
      <dc:creator>amaumont</dc:creator>
      <dc:date>2007-08-30T10:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: tMap -&gt; tOracleRow ? How to ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-gt-tOracleRow-How-to/m-p/2287657#M61223</link>
      <description>The tMap : 
&lt;BR /&gt; 
&lt;A href="http://img208.imageshack.us/my.php?image=screen2pc8.jpg" target="_blank" rel="nofollow noopener noreferrer"&gt;&lt;IMG src="https://community.qlik.com/" /&gt;&lt;/A&gt; 
&lt;BR /&gt;And the job running with the trace : 
&lt;BR /&gt; 
&lt;A href="http://img204.imageshack.us/my.php?image=screen3fn9.jpg" target="_blank" rel="nofollow noopener noreferrer"&gt;&lt;IMG src="https://community.qlik.com/" /&gt;&lt;/A&gt;</description>
      <pubDate>Thu, 30 Aug 2007 11:11:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-gt-tOracleRow-How-to/m-p/2287657#M61223</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-30T11:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: tMap -&gt; tOracleRow ? How to ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-gt-tOracleRow-How-to/m-p/2287658#M61224</link>
      <description>Your job should work, but your query is evaluted once at start of job, so variables id and data are null at this moment.
&lt;BR /&gt;This is not the attempted behavior for this type of components, I created a bug issue to correct it, see 1876.
&lt;BR /&gt;Meanwhile this correction, you can use a tOracleOutput, but you won't be able to set column names from context variables &lt;span class="lia-unicode-emoji" title=":neutral_face:"&gt;😐&lt;/span&gt;</description>
      <pubDate>Thu, 30 Aug 2007 14:33:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-gt-tOracleRow-How-to/m-p/2287658#M61224</guid>
      <dc:creator>amaumont</dc:creator>
      <dc:date>2007-08-30T14:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: tMap -&gt; tOracleRow ? How to ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-gt-tOracleRow-How-to/m-p/2287659#M61225</link>
      <description>Ok, I'll actively follow up the correction.&lt;BR /&gt;Thanks for your quick reply !</description>
      <pubDate>Thu, 30 Aug 2007 15:17:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-gt-tOracleRow-How-to/m-p/2287659#M61225</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-30T15:17:01Z</dc:date>
    </item>
  </channel>
</rss>

