<?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 problem in import Excel to MySQL in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/problem-in-import-Excel-to-MySQL/m-p/2313447#M84303</link>
    <description>&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i'm new in talend and i want to know if there a solution to get error. Ex: when i run the job 1000 &lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;lines&lt;/SPAN&gt;&lt;/SPAN&gt; is in databse, but when i have error in &lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;line &lt;/SPAN&gt;&lt;/SPAN&gt;1001 and i correct the error i want ton continu the job, one solution i have is truncat database and reflate the job and start in ligne 1 not 1001, i want to continu job in line 1001&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks you&lt;/P&gt;</description>
    <pubDate>Thu, 02 Nov 2017 10:28:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-11-02T10:28:25Z</dc:date>
    <item>
      <title>problem in import Excel to MySQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/problem-in-import-Excel-to-MySQL/m-p/2313447#M84303</link>
      <description>&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i'm new in talend and i want to know if there a solution to get error. Ex: when i run the job 1000 &lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;lines&lt;/SPAN&gt;&lt;/SPAN&gt; is in databse, but when i have error in &lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;line &lt;/SPAN&gt;&lt;/SPAN&gt;1001 and i correct the error i want ton continu the job, one solution i have is truncat database and reflate the job and start in ligne 1 not 1001, i want to continu job in line 1001&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks you&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2017 10:28:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/problem-in-import-Excel-to-MySQL/m-p/2313447#M84303</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-02T10:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: problem in import Excel to MySQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/problem-in-import-Excel-to-MySQL/m-p/2313448#M84304</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;You may&amp;nbsp;include a status field in the Excel file and put a value (OK or KO) in this field field depending on the operation result.&lt;/P&gt; 
&lt;P&gt;Then when you read the Excel file, you just have to filter the input rows to exclude whose with status = OK.&lt;/P&gt; 
&lt;P&gt;You may also start with the your previous post (&lt;A href="https://community.qlik.com/s/feed/0D73p000004kD7NCAU#M11661" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Insert-new-record-if-not-exist-in-database/m-p/40662#M11661&lt;/A&gt;); add a primary key on the target table and ignore duplicate keys on insert (not too clean).&lt;/P&gt; 
&lt;P&gt;Finally, you may set the header field for the tFileInputExcel to 1001 other to ignore top records.&lt;/P&gt; 
&lt;P&gt;The number of records to be ignored can be defined using a context variable.&lt;/P&gt; 
&lt;P&gt;Just activate prompt on variable for the corresponding variable and you you will be prompted to enter a value for the variable when the job starts.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2017 10:42:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/problem-in-import-Excel-to-MySQL/m-p/2313448#M84304</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-11-02T10:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: problem in import Excel to MySQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/problem-in-import-Excel-to-MySQL/m-p/2313449#M84305</link>
      <description>&lt;P&gt;Thanks you so much&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2017 11:06:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/problem-in-import-Excel-to-MySQL/m-p/2313449#M84305</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-02T11:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: problem in import Excel to MySQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/problem-in-import-Excel-to-MySQL/m-p/2313450#M84306</link>
      <description>I would like to have an error file/table where I would like to see something like below
&lt;BR /&gt;rec_key|record|error_code|error_msg
&lt;BR /&gt;Ex:
&lt;BR /&gt;1|a;shong|NUMERIC_CHECK_FAILED|id has a bad value "a"
&lt;BR /&gt;6|f;Lee|NUMERIC_CHECK_FAILED|id has a bad value "f"
&lt;BR /&gt;22|h;nike|NUMERIC_CHECK_FAILED|id has a bad value "h"
&lt;BR /&gt;
&lt;BR /&gt;how can i do it?</description>
      <pubDate>Fri, 03 Nov 2017 16:15:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/problem-in-import-Excel-to-MySQL/m-p/2313450#M84306</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-03T16:15:13Z</dc:date>
    </item>
  </channel>
</rss>

