<?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 Dataloading issue from TabDelimited to MYSQL database in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Dataloading-issue-from-TabDelimited-to-MYSQL-database/m-p/2227045#M18769</link>
    <description>&lt;P&gt;Hello Friends,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am trying to load the tab delimited file generated from multiple steps(joins/aggregation/filter). The input has 6719 records, but 6662 records are getting loaded to database. 57 records are getting rejected with the error "Out of range value for column"&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The product description column data has some trailing spaces on some rows, I added expression to remove space and \t (if any), still data is getting shifted to next columns, getting rejected with above error.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Is they anything can be done to load those 57 records?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;StringHandling.EREPLACE(StringHandling.TRIM(row10.PRODUCT_DESCRIPTION),"\t","")&lt;/P&gt;</description>
    <pubDate>Tue, 02 Apr 2019 20:07:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-04-02T20:07:08Z</dc:date>
    <item>
      <title>Dataloading issue from TabDelimited to MYSQL database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dataloading-issue-from-TabDelimited-to-MYSQL-database/m-p/2227045#M18769</link>
      <description>&lt;P&gt;Hello Friends,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am trying to load the tab delimited file generated from multiple steps(joins/aggregation/filter). The input has 6719 records, but 6662 records are getting loaded to database. 57 records are getting rejected with the error "Out of range value for column"&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The product description column data has some trailing spaces on some rows, I added expression to remove space and \t (if any), still data is getting shifted to next columns, getting rejected with above error.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Is they anything can be done to load those 57 records?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;StringHandling.EREPLACE(StringHandling.TRIM(row10.PRODUCT_DESCRIPTION),"\t","")&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2019 20:07:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dataloading-issue-from-TabDelimited-to-MYSQL-database/m-p/2227045#M18769</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-02T20:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dataloading issue from TabDelimited to MYSQL database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dataloading-issue-from-TabDelimited-to-MYSQL-database/m-p/2227046#M18770</link>
      <description>Try once
&lt;BR /&gt;
&lt;BR /&gt;StringHandling.EREPLACE(StringHandling.TRIM(row10.PRODUCT_DESCRIPTION),"\\t","")</description>
      <pubDate>Tue, 02 Apr 2019 20:33:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dataloading-issue-from-TabDelimited-to-MYSQL-database/m-p/2227046#M18770</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-04-02T20:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dataloading issue from TabDelimited to MYSQL database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dataloading-issue-from-TabDelimited-to-MYSQL-database/m-p/2227047#M18771</link>
      <description>&lt;P&gt;I tried both \t, \\t.. It is not working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2019 21:21:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dataloading-issue-from-TabDelimited-to-MYSQL-database/m-p/2227047#M18771</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-02T21:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Dataloading issue from TabDelimited to MYSQL database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dataloading-issue-from-TabDelimited-to-MYSQL-database/m-p/2227048#M18772</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;It may not be necessarily tabs or spaces. It could be due to actual values of the column especially for any integer column. Please refer the MySQL developer guide for the details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://dev.mysql.com/doc/refman/5.5/en/out-of-range-and-overflow.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://dev.mysql.com/doc/refman/5.5/en/out-of-range-and-overflow.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; I would suggest you to check all the numeric columns whether they are in right range and check the length of all character columns whether they are within the DB column length. The rejected records will surely have some clue on these aspects.&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 Talend community 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>Wed, 03 Apr 2019 06:12:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dataloading-issue-from-TabDelimited-to-MYSQL-database/m-p/2227048#M18772</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-03T06:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dataloading issue from TabDelimited to MYSQL database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dataloading-issue-from-TabDelimited-to-MYSQL-database/m-p/2227049#M18773</link>
      <description>&lt;P&gt;Thanks for the hint Nikhil.&lt;/P&gt; 
&lt;P&gt;I double checked schema, it has enough space(length) to store it.&lt;/P&gt; 
&lt;P&gt;By seeing the error, it seems to be issue with tab,&lt;/P&gt; 
&lt;P&gt;=====================================&lt;/P&gt; 
&lt;P&gt;Starting job Copy_of_MTechProj_MSFT_Feed_Int at 01:46 03/04/2019.&lt;/P&gt; 
&lt;P&gt;[statistics] connecting to socket on port 3952&lt;BR /&gt;[statistics] connected&lt;BR /&gt;Couldn't parse value for column 'Price' in 'row1', value is '43 cm Compatibile con Surface Pro'. Details: java.lang.NumberFormatException: For input string: "43 cm Compatibile con Surface Pro"&lt;BR /&gt;Couldn't parse value for column 'Price' in 'row1', value is '1. Dimensioni (L x A x P): 41'. Details: java.lang.NumberFormatException: For input string: "1. Dimensioni (L x A x P): 41"&lt;BR /&gt;Couldn't parse value for column 'Price' in 'row1', value is '&lt;A href="https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE1Meso?ver=56c5" target="_blank" rel="nofollow noopener noreferrer"&gt;https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE1Meso?ver=56c5&lt;/A&gt;'. Details: java.lang.NumberFormatException: For input string: "&lt;A href="https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE1Meso?ver=56c5" target="_blank" rel="nofollow noopener noreferrer"&gt;https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE1Meso?ver=56c5&lt;/A&gt;"&lt;BR /&gt;Couldn't parse value for column 'Discount__Price' in 'row1', value is '&lt;A href="https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE1MM7t?ver=10c9" target="_blank" rel="nofollow noopener noreferrer"&gt;https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE1MM7t?ver=10c9&lt;/A&gt;'. Details: java.lang.NumberFormatException: For input string: "&lt;A href="https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE1MM7t?ver=10c9" target="_blank" rel="nofollow noopener noreferrer"&gt;https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE1MM7t?ver=10c9&lt;/A&gt;"&lt;BR /&gt;Couldn't parse value for column 'Price' in 'row1', value is ' Surface Book e Surface Laptop."'. Details: java.lang.NumberFormatException: For input string: "Surface Book e Surface Laptop.""&lt;BR /&gt;Couldn't parse value for column 'Price' in 'row1', value is ' Surface Book e Surface Laptop."'. Details: java.lang.NumberFormatException: For input string: "Surface Book e Surface Laptop.""&lt;BR /&gt;Couldn't parse value for column 'Price' in 'row1', value is '&lt;A href="https://www.microsoft.com/it-it/p/organizer-knomad-knomo-mayfair-da-105/8TPWQ7XRPQPS/8BL5" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.microsoft.com/it-it/p/organizer-knomad-knomo-mayfair-da-105/8TPWQ7XRPQPS/8BL5&lt;/A&gt;'. Details: java.lang.NumberFormatException: For input string: "&lt;A href="https://www.microsoft.com/it-it/p/organizer-knomad-knomo-mayfair-da-105/8TPWQ7XRPQPS/8BL5" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.microsoft.com/it-it/p/organizer-knomad-knomo-mayfair-da-105/8TPWQ7XRPQPS/8BL5&lt;/A&gt;"&lt;BR /&gt;Couldn't parse value for column 'Price' in 'row1', value is '&lt;A href="https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE2Gn9i?ver=6c20" target="_blank" rel="nofollow noopener noreferrer"&gt;https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE2Gn9i?ver=6c20&lt;/A&gt;'. Details: java.lang.NumberFormatException: For input string: "&lt;A href="https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE2Gn9i?ver=6c20" target="_blank" rel="nofollow noopener noreferrer"&gt;https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE2Gn9i?ver=6c20&lt;/A&gt;"&lt;BR /&gt;Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Data truncation: Out of range value for column 'PRICE' at row 1Couldn't parse value for column 'Price' in 'row1', value is '00 cm (wys. x szer. x gł.) Pasuje do modeli Surface Pro i Surface Pro 4."'. Details: java.lang.NumberFormatException: For input string: "00 cm (wys. x szer. x gł.) Pasuje do modeli Surface Pro i Surface Pro 4.""&lt;BR /&gt;Couldn't parse value for column 'Price' in 'row1', value is 'Thule'. Details: java.lang.NumberFormatException: For input string: "Thule"&lt;BR /&gt;Couldn't parse value for column 'Price' in 'row1', value is ' Surface Book i Surface Laptop."'. Details: java.lang.NumberFormatException: For input string: "Surface Book i Surface Laptop.""&lt;BR /&gt;Couldn't parse value for column 'Price' in 'row1', value is ' Surface Pro 4'. Details: java.lang.NumberFormatException: For input string: "Surface Pro 4"&lt;BR /&gt;Couldn't parse value for column 'Price' in 'row1', value is '90 x 29'. Details: java.lang.NumberFormatException: For input string: "90 x 29"&lt;BR /&gt;Couldn't parse value for column 'Discount__Price' in 'row1', value is '&lt;A href="https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE2Gn9i?ver=6c20" target="_blank" rel="nofollow noopener noreferrer"&gt;https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE2Gn9i?ver=6c20&lt;/A&gt;'. Details: java.lang.NumberFormatException: For input string: "&lt;A href="https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE2Gn9i?ver=6c20" target="_blank" rel="nofollow noopener noreferrer"&gt;https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE2Gn9i?ver=6c20&lt;/A&gt;"&lt;BR /&gt;[statistics] disconnected&lt;/P&gt; 
&lt;P&gt;Job Copy_of_MTechProj_MSFT_Feed_Int ended at 01:47 03/04/2019. [exit code=0]&lt;/P&gt; 
&lt;P&gt;====================================&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 12:56:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dataloading-issue-from-TabDelimited-to-MYSQL-database/m-p/2227049#M18773</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-03T12:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dataloading issue from TabDelimited to MYSQL database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dataloading-issue-from-TabDelimited-to-MYSQL-database/m-p/2227050#M18774</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; what is the data type of Price column in database?&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 Talend community 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>Wed, 03 Apr 2019 13:01:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dataloading-issue-from-TabDelimited-to-MYSQL-database/m-p/2227050#M18774</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-03T13:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dataloading issue from TabDelimited to MYSQL database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dataloading-issue-from-TabDelimited-to-MYSQL-database/m-p/2227051#M18775</link>
      <description>&lt;P&gt;It actually worked. All the prices were with less than 7 digits. DB has 7,2(length,precision). I changed it to 9,2. It has loaded all the data to table.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;But still seeing error,&lt;/P&gt; 
&lt;P&gt;Couldn't parse value for column 'Price' in 'row1', value is '43 cm Compatibile con Surface Pro'. Details: java.lang.NumberFormatException: For input string: "43 cm Compatibile con Surface Pro"&lt;BR /&gt;Couldn't parse value for column 'Price' in 'row1', value is '1. Dimensioni (L x A x P): 41'. Details: java.lang.NumberFormatException: For input string: "1. Dimensioni (L x A x P): 41"&lt;BR /&gt;Couldn't parse value for column 'Price' in 'row1', value is '&lt;A href="https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE1Meso?ver=56c5" target="_blank" rel="nofollow noopener noreferrer"&gt;https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE1Meso?ver=56c5&lt;/A&gt;'. Details: java.lang.NumberFormatException: For input string: "&lt;A href="https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE1Meso?ver=56c5" target="_blank" rel="nofollow noopener noreferrer"&gt;https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE1Meso?ver=56c5&lt;/A&gt;"&lt;BR /&gt;Couldn't parse value for column 'Discount__Price' in 'row1', value is '&lt;A href="https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE1MM7t?ver=10c9" target="_blank" rel="nofollow noopener noreferrer"&gt;https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE1MM7t?ver=10c9&lt;/A&gt;'. Details: java.lang.NumberFormatException: For input string: "&lt;A href="https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE1MM7t?ver=10c9" target="_blank" rel="nofollow noopener noreferrer"&gt;https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE1MM7t?ver=10c9&lt;/A&gt;"&lt;BR /&gt;Couldn't parse value for column 'Price' in 'row1', value is ' Surface Book e Surface Laptop."'. Details: java.lang.NumberFormatException: For input string: "Surface Book e Surface Laptop.""&lt;BR /&gt;Couldn't parse value for column 'Price' in 'row1', value is ' Surface Book e Surface Laptop."'. Details: java.lang.NumberFormatException: For input string: "Surface Book e Surface Laptop.""&lt;BR /&gt;Couldn't parse value for column 'Price' in 'row1', value is '&lt;A href="https://www.microsoft.com/it-it/p/organizer-knomad-knomo-mayfair-da-105/8TPWQ7XRPQPS/8BL5" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.microsoft.com/it-it/p/organizer-knomad-knomo-mayfair-da-105/8TPWQ7XRPQPS/8BL5&lt;/A&gt;'. Details: java.lang.NumberFormatException: For input string: "&lt;A href="https://www.microsoft.com/it-it/p/organizer-knomad-knomo-mayfair-da-105/8TPWQ7XRPQPS/8BL5" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.microsoft.com/it-it/p/organizer-knomad-knomo-mayfair-da-105/8TPWQ7XRPQPS/8BL5&lt;/A&gt;"&lt;BR /&gt;Couldn't parse value for column 'Price' in 'row1', value is '&lt;A href="https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE2Gn9i?ver=6c20" target="_blank" rel="nofollow noopener noreferrer"&gt;https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE2Gn9i?ver=6c20&lt;/A&gt;'. Details: java.lang.NumberFormatException: For input string: "&lt;A href="https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE2Gn9i?ver=6c20" target="_blank" rel="nofollow noopener noreferrer"&gt;https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE2Gn9i?ver=6c20&lt;/A&gt;"&lt;BR /&gt;Couldn't parse value for column 'Price' in 'row1', value is '00 cm (wys. x szer. x gł.) Pasuje do modeli Surface Pro i Surface Pro 4."'. Details: java.lang.NumberFormatException: For input string: "00 cm (wys. x szer. x gł.) Pasuje do modeli Surface Pro i Surface Pro 4.""&lt;BR /&gt;Couldn't parse value for column 'Price' in 'row1', value is 'Thule'. Details: java.lang.NumberFormatException: For input string: "Thule"&lt;BR /&gt;Couldn't parse value for column 'Price' in 'row1', value is ' Surface Book i Surface Laptop."'. Details: java.lang.NumberFormatException: For input string: "Surface Book i Surface Laptop.""&lt;BR /&gt;Couldn't parse value for column 'Price' in 'row1', value is ' Surface Pro 4'. Details: java.lang.NumberFormatException: For input string: "Surface Pro 4"&lt;BR /&gt;Couldn't parse value for column 'Price' in 'row1', value is '90 x 29'. Details: java.lang.NumberFormatException: For input string: "90 x 29"&lt;BR /&gt;Couldn't parse value for column 'Discount__Price' in 'row1', value is '&lt;A href="https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE2Gn9i?ver=6c20" target="_blank" rel="nofollow noopener noreferrer"&gt;https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE2Gn9i?ver=6c20&lt;/A&gt;'. Details: java.lang.NumberFormatException: For input string: "&lt;A href="https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE2Gn9i?ver=6c20" target="_blank" rel="nofollow noopener noreferrer"&gt;https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE2Gn9i?ver=6c20&lt;/A&gt;"&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Input(Delimited file) and table(mysql) rows are matching. Trying to find rows which has this error.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 13:14:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dataloading-issue-from-TabDelimited-to-MYSQL-database/m-p/2227051#M18775</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-03T13:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dataloading issue from TabDelimited to MYSQL database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dataloading-issue-from-TabDelimited-to-MYSQL-database/m-p/2227052#M18776</link>
      <description>&lt;P&gt;It is Float(9,2)&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 13:15:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dataloading-issue-from-TabDelimited-to-MYSQL-database/m-p/2227052#M18776</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-03T13:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Dataloading issue from TabDelimited to MYSQL database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dataloading-issue-from-TabDelimited-to-MYSQL-database/m-p/2227053#M18777</link>
      <description>&lt;P&gt;when I tried to parse the file with separator \t , it works perfectly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Attaching my output file.&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LvC0"&gt;out.xls&lt;/A&gt;</description>
      <pubDate>Wed, 03 Apr 2019 13:26:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dataloading-issue-from-TabDelimited-to-MYSQL-database/m-p/2227053#M18777</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-04-03T13:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dataloading issue from TabDelimited to MYSQL database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dataloading-issue-from-TabDelimited-to-MYSQL-database/m-p/2227054#M18778</link>
      <description>&lt;P&gt;Thank Abhishek.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was getting 2 different errors.&lt;/P&gt;
&lt;P&gt;Column data being moved to next column due to incorrect column enclosure.&lt;/P&gt;
&lt;P&gt;Price column length specified was not enough.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;#1 The input is Comma separated, double quotes enclosed file. There is no proper enclosure for few records which has comma within column data and comma as column separator. Due to this some records are getting rejected on initial process.&lt;/P&gt;
&lt;P&gt;#2 has been fixed after changing the price column length(Float(9,2)).&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 13:38:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dataloading-issue-from-TabDelimited-to-MYSQL-database/m-p/2227054#M18778</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-03T13:38:45Z</dc:date>
    </item>
  </channel>
</rss>

