<?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 Big File Excel to MySql in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Big-File-Excel-to-MySql/m-p/2294391#M67277</link>
    <description>&lt;P&gt;Hi friends, i'm new in talend Data migration and i want to do like the picture, how can do it?? please i need help&lt;/P&gt;</description>
    <pubDate>Sat, 14 Oct 2017 12:08:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-10-14T12:08:15Z</dc:date>
    <item>
      <title>Big File Excel to MySql</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Big-File-Excel-to-MySql/m-p/2294391#M67277</link>
      <description>&lt;P&gt;Hi friends, i'm new in talend Data migration and i want to do like the picture, how can do it?? please i need help&lt;/P&gt;</description>
      <pubDate>Sat, 14 Oct 2017 12:08:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Big-File-Excel-to-MySql/m-p/2294391#M67277</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-14T12:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Big File Excel to MySql</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Big-File-Excel-to-MySql/m-p/2294392#M67278</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;Based on your sample data, here is a job which reply to your question:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 664px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LrP9.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154636iB5EFBDEC16914E5C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LrP9.png" alt="0683p000009LrP9.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;tFixedFlowInput is just there for the example. It contains the same data as you have in your Excel file.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LrPE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128979iD73707FCB2D1051F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LrPE.png" alt="0683p000009LrPE.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;tSplitRow splits rows as expected:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lr5W.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128886i6069390F123A324C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lr5W.png" alt="0683p000009Lr5W.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;tSortRow order output rows as expected:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LrPJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144916iCF85BEBE41646914/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LrPJ.png" alt="0683p000009LrPJ.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;And finally, tLogRow shows the result:&lt;/P&gt; 
&lt;PRE&gt;Starting job test at 09:06 16/10/2017.

[statistics] connecting to socket on port 3913
[statistics] connected
.--------+--------+--------+-----+--------+------.
|                   tLogRow_3                    |
|=-------+--------+--------+-----+--------+-----=|
|Title1  |Title2  |Title3  |Sales|Column  |Statut|
|=-------+--------+--------+-----+--------+-----=|
|Value 1 |Value 2 |Value 3 |0    |Value 13|PI    |
|Value 4 |Value 5 |Value 6 |1    |Value 14|PI    |
|Value 7 |Value 8 |Value 9 |1    |Value 15|PI    |
|Value 10|Value 11|Value 12|0    |Value 16|PI    |
|Value 1 |Value 2 |Value 3 |1    |Value 13|OF    |
|Value 4 |Value 5 |Value 6 |1    |Value 14|OF    |
|Value 7 |Value 8 |Value 9 |2    |Value 15|OF    |
|Value 10|Value 11|Value 12|2    |Value 16|OF    |
'--------+--------+--------+-----+--------+------'

[statistics] disconnected
Job test ended at 09:06 16/10/2017. [exit code=0]&lt;/PRE&gt; 
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 08:15:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Big-File-Excel-to-MySql/m-p/2294392#M67278</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-10-16T08:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Big File Excel to MySql</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Big-File-Excel-to-MySql/m-p/2294393#M67279</link>
      <description>&lt;P&gt;Thanks you so much it's Work for me&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 11:26:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Big-File-Excel-to-MySql/m-p/2294393#M67279</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-16T11:26:27Z</dc:date>
    </item>
  </channel>
</rss>

