<?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 get the data from tMysqlrow to excel in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-data-from-tMysqlrow-to-excel/m-p/2238443#M26554</link>
    <description>&lt;P&gt;there is multiple select statement with union all. query attached&lt;/P&gt;&lt;P&gt;i will get around multiple rows in database if i run the query. But i dont know how to do it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have just connected tMysqlrow to tfileoutputexcel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you please show me how to do with an example. so it will help me&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LuQF"&gt;sql1.txt&lt;/A&gt;</description>
    <pubDate>Mon, 17 Dec 2018 08:19:09 GMT</pubDate>
    <dc:creator>Darmesh</dc:creator>
    <dc:date>2018-12-17T08:19:09Z</dc:date>
    <item>
      <title>How to get the data from tMysqlrow to excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-data-from-tMysqlrow-to-excel/m-p/2238441#M26552</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have written a SQL select query in tMysqlrow and want to print all the data from the select query to excel.&lt;/P&gt; 
&lt;P&gt;How can we do this?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="b.PNG" style="width: 902px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M1jk.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156715i84E77002071A989D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M1jk.png" alt="0683p000009M1jk.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Select query data when i ran in the database" style="width: 986px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M1jy.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149934i8E935791C72FB1CF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M1jy.png" alt="0683p000009M1jy.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Select query data when i ran in the database&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 07:43:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-data-from-tMysqlrow-to-excel/m-p/2238441#M26552</guid>
      <dc:creator>Darmesh</dc:creator>
      <dc:date>2018-12-17T07:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the data from tMysqlrow to excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-data-from-tMysqlrow-to-excel/m-p/2238442#M26553</link>
      <description>&lt;P&gt;Hi Darmesh,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Simple Extraction and Loading of data from the dB, you can use&amp;nbsp;tMysqlInput component and then feed it to the Subsequent Output Component. Here if you use the tMysqlrow it will&amp;nbsp;return you the 1-record, Otherwise if your requirement is such that you need to run the multiple queries in tMysqlRow component..? then you can connect it as IterateFlow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If its only simple extraction you can us the tMysqlInput component.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Hameed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 07:55:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-data-from-tMysqlrow-to-excel/m-p/2238442#M26553</guid>
      <dc:creator>hami1</dc:creator>
      <dc:date>2018-12-17T07:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the data from tMysqlrow to excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-data-from-tMysqlrow-to-excel/m-p/2238443#M26554</link>
      <description>&lt;P&gt;there is multiple select statement with union all. query attached&lt;/P&gt;&lt;P&gt;i will get around multiple rows in database if i run the query. But i dont know how to do it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have just connected tMysqlrow to tfileoutputexcel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you please show me how to do with an example. so it will help me&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LuQF"&gt;sql1.txt&lt;/A&gt;</description>
      <pubDate>Mon, 17 Dec 2018 08:19:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-data-from-tMysqlrow-to-excel/m-p/2238443#M26554</guid>
      <dc:creator>Darmesh</dc:creator>
      <dc:date>2018-12-17T08:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the data from tMysqlrow to excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-data-from-tMysqlrow-to-excel/m-p/2238444#M26555</link>
      <description>&lt;P&gt;Darmesh,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How about these queries, are you picking these queries from file or one of the column of the database table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 08:50:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-data-from-tMysqlrow-to-excel/m-p/2238444#M26555</guid>
      <dc:creator>hami1</dc:creator>
      <dc:date>2018-12-17T08:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the data from tMysqlrow to excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-data-from-tMysqlrow-to-excel/m-p/2238445#M26556</link>
      <description>&lt;P&gt;Here you can design your job as shown below. Make few settings on tFileOutputExcel --&amp;gt;Advanced Settings --&amp;gt; Append Existing File &amp;amp; Append Existing Sheet.&lt;/P&gt;&lt;P&gt;In tFileInput you can add one column as sql_query and in tFlowToIterate you can&amp;nbsp;call this variable and set the same in tMysqlrow component then you can connect to the output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LuN7"&gt;Job_Flow.jpg&lt;/A&gt;</description>
      <pubDate>Mon, 17 Dec 2018 09:04:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-data-from-tMysqlrow-to-excel/m-p/2238445#M26556</guid>
      <dc:creator>hami1</dc:creator>
      <dc:date>2018-12-17T09:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the data from tMysqlrow to excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-data-from-tMysqlrow-to-excel/m-p/2238446#M26557</link>
      <description>&lt;P&gt;Picking it from database table&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 09:05:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-data-from-tMysqlrow-to-excel/m-p/2238446#M26557</guid>
      <dc:creator>Darmesh</dc:creator>
      <dc:date>2018-12-17T09:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the data from tMysqlrow to excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-data-from-tMysqlrow-to-excel/m-p/2238447#M26558</link>
      <description>&lt;P&gt;Ok, then replace the tFileInputDelimitted File with the tMysqlInput Component and select that particular column from the table which has this sql_query and rest of the items are same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Hameed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 09:49:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-data-from-tMysqlrow-to-excel/m-p/2238447#M26558</guid>
      <dc:creator>hami1</dc:creator>
      <dc:date>2018-12-17T09:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the data from tMysqlrow to excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-data-from-tMysqlrow-to-excel/m-p/2238448#M26559</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;You can run the same query through tMySQLInput Component since its a single select query. You do not need tMySQLrow for this flow. Can you let me know what is happening when you are trying to run it from tMySQLInput component?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 11:22:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-data-from-tMysqlrow-to-excel/m-p/2238448#M26559</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-17T11:22:19Z</dc:date>
    </item>
  </channel>
</rss>

