<?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 input the entire query from file to tDBInput in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-input-the-entire-query-from-file-to-tDBInput/m-p/2223006#M16378</link>
    <description>&lt;P&gt;I am trying with simple sql query on experiment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Select 2 from dual------&amp;gt; This is what I have in my excel sheet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Meghana.&lt;/P&gt;</description>
    <pubDate>Thu, 27 Sep 2018 08:54:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-09-27T08:54:40Z</dc:date>
    <item>
      <title>How to input the entire query from file to tDBInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-input-the-entire-query-from-file-to-tDBInput/m-p/2223002#M16374</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can we dynamically input query to tDBInput.&lt;/P&gt;&lt;P&gt;I mean to say, I will store list of queries in a file having same output schema.&lt;/P&gt;&lt;P&gt;tFileInputExcel---&amp;gt;row1(main)---&amp;gt;tFlowTolerate---&amp;gt;iterate--&amp;gt;tDBInput&lt;/P&gt;&lt;P&gt;So, query part of tDBInput has&amp;nbsp; to take query from the iteration.&lt;/P&gt;&lt;P&gt;I tried putting&amp;nbsp;" '" &lt;SPAN class="s1"&gt;+&lt;/SPAN&gt; globalMap.get("row1.SqlQuery") &lt;SPAN class="s1"&gt;+&lt;/SPAN&gt; "' "&lt;/P&gt;&lt;P&gt;Am I going wrong, anyway I got error doing this way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I have some alternate solution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Meghana.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:34:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-input-the-entire-query-from-file-to-tDBInput/m-p/2223002#M16374</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T07:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to input the entire query from file to tDBInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-input-the-entire-query-from-file-to-tDBInput/m-p/2223003#M16375</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Try to replace globalMap.get("row1.SqlQuery") by (String)globalMap.get("row1.SqlQuery")&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Sep 2018 08:38:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-input-the-entire-query-from-file-to-tDBInput/m-p/2223003#M16375</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-09-27T08:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to input the entire query from file to tDBInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-input-the-entire-query-from-file-to-tDBInput/m-p/2223004#M16376</link>
      <description>&lt;P class="p1"&gt;Getting error as Invalid SQL type: sqlKind = UNINITIALIZED&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;Thanks,&lt;/P&gt;&lt;P class="p1"&gt;Meghana.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Sep 2018 08:46:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-input-the-entire-query-from-file-to-tDBInput/m-p/2223004#M16376</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-27T08:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to input the entire query from file to tDBInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-input-the-entire-query-from-file-to-tDBInput/m-p/2223005#M16377</link>
      <description>&lt;P&gt;How Can we guess what your SQL query looks like?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Sep 2018 08:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-input-the-entire-query-from-file-to-tDBInput/m-p/2223005#M16377</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-09-27T08:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to input the entire query from file to tDBInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-input-the-entire-query-from-file-to-tDBInput/m-p/2223006#M16378</link>
      <description>&lt;P&gt;I am trying with simple sql query on experiment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Select 2 from dual------&amp;gt; This is what I have in my excel sheet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Meghana.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Sep 2018 08:54:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-input-the-entire-query-from-file-to-tDBInput/m-p/2223006#M16378</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-27T08:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to input the entire query from file to tDBInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-input-the-entire-query-from-file-to-tDBInput/m-p/2223007#M16379</link>
      <description>&lt;P&gt;And your schema is contains...&lt;/P&gt;&lt;P&gt;Share as many details as you can if you want someone to help you.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Sep 2018 09:22:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-input-the-entire-query-from-file-to-tDBInput/m-p/2223007#M16379</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-09-27T09:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to input the entire query from file to tDBInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-input-the-entire-query-from-file-to-tDBInput/m-p/2223008#M16380</link>
      <description>&lt;P&gt;Here it is&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Ltdo"&gt;Screen Shot 2018-09-27 at 1.55.21 PM.png&lt;/A&gt;</description>
      <pubDate>Thu, 27 Sep 2018 09:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-input-the-entire-query-from-file-to-tDBInput/m-p/2223008#M16380</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-27T09:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to input the entire query from file to tDBInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-input-the-entire-query-from-file-to-tDBInput/m-p/2223009#M16381</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOjJAAW"&gt;@MeghanaKottala&lt;/A&gt;,can you try with below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;" (String)globalMap.get("row1.SqlQuery") "&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Sep 2018 10:02:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-input-the-entire-query-from-file-to-tDBInput/m-p/2223009#M16381</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-09-27T10:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to input the entire query from file to tDBInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-input-the-entire-query-from-file-to-tDBInput/m-p/2223010#M16382</link>
      <description>&lt;P&gt;Getting compile time error saying&amp;nbsp;&lt;/P&gt;&lt;P&gt;Syntax error on token "SqlQuery", AssignmentOperator expected after this token&lt;/P&gt;</description>
      <pubDate>Thu, 27 Sep 2018 10:17:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-input-the-entire-query-from-file-to-tDBInput/m-p/2223010#M16382</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-27T10:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to input the entire query from file to tDBInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-input-the-entire-query-from-file-to-tDBInput/m-p/2223011#M16383</link>
      <description>&lt;P&gt;Try with the following query:&lt;/P&gt;&lt;PRE&gt;select 2 Val from dual&lt;/PRE&gt;</description>
      <pubDate>Thu, 27 Sep 2018 11:05:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-input-the-entire-query-from-file-to-tDBInput/m-p/2223011#M16383</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-09-27T11:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to input the entire query from file to tDBInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-input-the-entire-query-from-file-to-tDBInput/m-p/2223012#M16384</link>
      <description>&lt;P&gt;It is not working.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can u please try this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 08:21:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-input-the-entire-query-from-file-to-tDBInput/m-p/2223012#M16384</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-28T08:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to input the entire query from file to tDBInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-input-the-entire-query-from-file-to-tDBInput/m-p/2223013#M16385</link>
      <description>&lt;P&gt;Issue solved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The solution is&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;(String)globalMap.get("row2.SqlQuery")&lt;/P&gt;&lt;P class="p1"&gt;without double quotes.&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;Thanks,&lt;/P&gt;&lt;P class="p1"&gt;Meghana.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 10:35:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-input-the-entire-query-from-file-to-tDBInput/m-p/2223013#M16385</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-28T10:35:53Z</dc:date>
    </item>
  </channel>
</rss>

