<?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 do i replace 2.000- to 2.000 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247550#M32700</link>
    <description>&lt;P&gt;Hi Nikhil,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tConvertype doesnt&amp;nbsp; have output so we cant use it after Tmap and before tMap , have tried using it multiple times but it doesnt converts anything to my bad luck.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me with some other solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gourav Dubey&lt;/P&gt;</description>
    <pubDate>Wed, 14 Nov 2018 13:11:07 GMT</pubDate>
    <dc:creator>gouravd_7</dc:creator>
    <dc:date>2018-11-14T13:11:07Z</dc:date>
    <item>
      <title>How do i replace 2.000- to 2.000</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247546#M32696</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;PLease help me to replace the numbers in table like 2.000- to -2.000 in talend job.&lt;/P&gt; 
&lt;P&gt;Please find the attached screenshot of the job.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Gourav Dubey&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:18:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247546#M32696</guid>
      <dc:creator>gouravd_7</dc:creator>
      <dc:date>2024-11-16T07:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do i replace 2.000- to 2.000</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247547#M32697</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; My first query will be do you have any data quality issues in your source DB table? Ideally the data cleansing should always happen from source rather than from an interim layer.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; Now, if the source is not ready to cleanse it and will continue to send data in wrong format like "2.000-" (I assume it is a string data type) then first thing you will have to do is to pass the data to a tmap/tjavarow.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 717px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M14c.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146837iCD909351C0BC9C3F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M14c.png" alt="0683p000009M14c.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M16m.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128786iD33BF05A4F003A07/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M16m.png" alt="0683p000009M16m.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&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;The code I used is as shown below. If needed, you can convert the output string value to other data types once the cleansing is complete.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;row1.input.contains("-")?"-"+row1.input.replaceAll("-", ""):row1.input &lt;/PRE&gt; 
&lt;P&gt;If the reply has helped you, could you please mark the topic as resolved? Kudos are also welcome &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 12:36:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247547#M32697</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-14T12:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do i replace 2.000- to 2.000</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247548#M32698</link>
      <description>&lt;P&gt;Hi Nikhil,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks for the quick response. Really appreciate it. &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;My Source column is string and target column is float so the above code is giving me error.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please find the attached screenshot.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt; 
&lt;P&gt;Gourav Dubey&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lu68"&gt;1JPG.JPG&lt;/A&gt;</description>
      <pubDate>Wed, 14 Nov 2018 12:51:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247548#M32698</guid>
      <dc:creator>gouravd_7</dc:creator>
      <dc:date>2018-11-14T12:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do i replace 2.000- to 2.000</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247549#M32699</link>
      <description>&lt;P&gt;Hi Gourav,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Please use tconverttype after tmap to convert the value from String to Float once the cleansing is complete.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Below link will give the details about this component.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/reader/hm5FaPiiOP31nUYHph0JwQ/GDoeGgb~qKpyQ_84gB37WQ" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/hm5FaPiiOP31nUYHph0JwQ/GDoeGgb~qKpyQ_84gB37WQ&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;If the answer has helped you, could you please mark the topic as resolved? Kudos are also welcome &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 13:04:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247549#M32699</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-14T13:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do i replace 2.000- to 2.000</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247550#M32700</link>
      <description>&lt;P&gt;Hi Nikhil,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tConvertype doesnt&amp;nbsp; have output so we cant use it after Tmap and before tMap , have tried using it multiple times but it doesnt converts anything to my bad luck.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me with some other solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gourav Dubey&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 13:11:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247550#M32700</guid>
      <dc:creator>gouravd_7</dc:creator>
      <dc:date>2018-11-14T13:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do i replace 2.000- to 2.000</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247551#M32701</link>
      <description>&lt;P&gt;Hi Gourav,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;I was able to do it. You will have to add the schema details for both input and output.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;I didn't worry about the precision of my output but you can handle it also f you want.&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-center" image-alt="image.png" style="width: 802px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M16r.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149375iB165EFE8416C88E3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M16r.png" alt="0683p000009M16r.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; I would suggest you to go through sample scenarios mentioned in Talend Help link where this component is&amp;nbsp;being used. It will help you to get better familiarity of the component.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;If the answer has helped you, could you please mark the topic as resolved? Kudos are also welcome &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 13:16:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247551#M32701</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-14T13:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do i replace 2.000- to 2.000</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247552#M32702</link>
      <description>&lt;P&gt;Hi Nikhil,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please find the below log after following the above process&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Starting job quickcheck at 18:48 14/11/2018.&lt;/P&gt;
&lt;P&gt;[statistics] connecting to socket on port 3359&lt;BR /&gt;[statistics] connected&lt;BR /&gt;Exception in component tMSSqlInput_1 (quickcheck)&lt;BR /&gt;java.sql.SQLException: Value 2.000- cannot be converted to REAL.&lt;BR /&gt;at net.sourceforge.jtds.jdbc.Support.convert(Support.java:752)&lt;BR /&gt;at net.sourceforge.jtds.jdbc.JtdsResultSet.getFloat(JtdsResultSet.java:683)&lt;BR /&gt;at sga_data_lake.quickcheck_0_1.quickcheck.tMSSqlInput_1Process(quickcheck.java:12746)&lt;BR /&gt;at sga_data_lake.quickcheck_0_1.quickcheck.runJobInTOS(quickcheck.java:16732)&lt;BR /&gt;at sga_data_lake.quickcheck_0_1.quickcheck.main(quickcheck.java:16390)&lt;BR /&gt;[FATAL]: sga_data_lake.quickcheck_0_1.quickcheck - tMSSqlInput_1 Value 2.000- cannot be converted to REAL.&lt;BR /&gt;java.sql.SQLException: Value 2.000- cannot be converted to REAL.&lt;BR /&gt;at net.sourceforge.jtds.jdbc.Support.convert(Support.java:752)&lt;BR /&gt;at net.sourceforge.jtds.jdbc.JtdsResultSet.getFloat(JtdsResultSet.java:683)&lt;BR /&gt;at sga_data_lake.quickcheck_0_1.quickcheck.tMSSqlInput_1Process(quickcheck.java:12746)&lt;BR /&gt;at sga_data_lake.quickcheck_0_1.quickcheck.runJobInTOS(quickcheck.java:16732)&lt;BR /&gt;at sga_data_lake.quickcheck_0_1.quickcheck.main(quickcheck.java:16390)&lt;BR /&gt;[statistics] disconnected&lt;BR /&gt;Job quickcheck ended at 18:49 14/11/2018. [exit code=1]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, please find the attached screenshot of the job after 6 rows getting same error again.&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lu8V"&gt;2.JPG&lt;/A&gt;</description>
      <pubDate>Wed, 14 Nov 2018 13:22:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247552#M32702</guid>
      <dc:creator>gouravd_7</dc:creator>
      <dc:date>2018-11-14T13:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do i replace 2.000- to 2.000</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247553#M32703</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; It seems you are reading the data in tMSSQLInput with wrong data type. Could you please cross check the data type of source table and align your schema in Talend input component accordingly?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I believe you need to read that column as a string. Could you please cross checkthe DDL of that source table and the source table schema you have created in tMSSQLInput component?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nikhil Thampi&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 13:27:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247553#M32703</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-14T13:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do i replace 2.000- to 2.000</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247554#M32704</link>
      <description>&lt;P&gt;Hi Nikhil,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In source its varchar (100) and in target its INT.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We cant change the target db from our side.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gourav Dubey&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 13:37:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247554#M32704</guid>
      <dc:creator>gouravd_7</dc:creator>
      <dc:date>2018-11-14T13:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do i replace 2.000- to 2.000</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247555#M32705</link>
      <description>&lt;P&gt;If the target is an int, use this one:&lt;/P&gt;&lt;PRE&gt;Integer.parseInt(
    (row10.input.contains("-") ? "-" + row10.input.replaceAll("-", "") : row10.input).replaceAll("\\..*$", "")
) &lt;/PRE&gt;</description>
      <pubDate>Wed, 14 Nov 2018 13:48:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247555#M32705</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-11-14T13:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do i replace 2.000- to 2.000</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247556#M32706</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am still getting the same error&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[statistics] connecting to socket on port 3802&lt;BR /&gt;[statistics] connected&lt;BR /&gt;Exception in component tMSSqlInput_1 (quickcheck)&lt;BR /&gt;java.sql.SQLException: Value 2.000- cannot be converted to REAL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Gourav Dubey&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 14:22:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247556#M32706</guid>
      <dc:creator>gouravd_7</dc:creator>
      <dc:date>2018-11-14T14:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do i replace 2.000- to 2.000</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247557#M32707</link>
      <description>&lt;P&gt;The expression mut be placed int o the tMap.&lt;/P&gt;
&lt;P&gt;The job design must look like this:&lt;/P&gt;
&lt;P&gt;tMSSqlInput --&amp;gt; tMap --&amp;gt; tMSSqlOutput&lt;/P&gt;
&lt;P&gt;As the erro come from your&amp;nbsp;&lt;SPAN&gt;tMSS&lt;/SPAN&gt;&lt;SPAN&gt;ql&lt;/SPAN&gt;&lt;SPAN&gt;Input_1 component, can you share its Settings?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 14:31:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247557#M32707</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-11-14T14:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do i replace 2.000- to 2.000</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247558#M32708</link>
      <description>&lt;P&gt;The expression mut be placed int o the tMap.&lt;/P&gt;
&lt;P&gt;The job design must look like this:&lt;/P&gt;
&lt;P&gt;tMSSqlInput --&amp;gt; tMap --&amp;gt; tMSSqlOutput&lt;/P&gt;
&lt;P&gt;As the error come from your&amp;nbsp;&lt;SPAN&gt;tMSS&lt;/SPAN&gt;&lt;SPAN&gt;ql&lt;/SPAN&gt;&lt;SPAN&gt;Input_1 component, can you share its Settings?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 14:31:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247558#M32708</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-11-14T14:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do i replace 2.000- to 2.000</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247559#M32709</link>
      <description>&lt;P&gt;Hi Gourav,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Could you please share the screenshot of the tMSSQLInput component's schema? I am interested in the datatype you have added for this&amp;nbsp;column in the schema.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 14:31:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247559#M32709</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-14T14:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: How do i replace 2.000- to 2.000</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247560#M32710</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Attaching the job so that you can cross check the same.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Also. I did the mapping of all 113 columns again and some how the issue with input component resolved and am getting this error now&lt;/P&gt; 
&lt;P&gt;Type mismatch cannot convert&amp;nbsp; from int to string.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please find the attached zip file of the job and screenshot of the error where we are getting this issue&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Ltn5"&gt;newjob.zip&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Ltrg"&gt;3.JPG&lt;/A&gt;</description>
      <pubDate>Wed, 14 Nov 2018 14:52:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247560#M32710</guid>
      <dc:creator>gouravd_7</dc:creator>
      <dc:date>2018-11-14T14:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: How do i replace 2.000- to 2.000</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247561#M32711</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; Could you please add column names in the select query and once they are added correctly, could you please try Guess schema?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; I believe you have missed some column in schema which is of integer type in source table.&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-center" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0sR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152828i697BAF6666C5B90D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0sR.png" alt="0683p000009M0sR.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&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;Warm Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 14:58:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247561#M32711</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-14T14:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do i replace 2.000- to 2.000</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247562#M32712</link>
      <description>&lt;P&gt;You must CAST from Int to String into your query by yourself.&lt;/P&gt;&lt;P&gt;Example:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;SELECT CAST(yourIntColumn AS VARCHAR) from yourTable&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit: you must CAST the numeric fields as soon as you want them into a String field&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tip: to get the table schema without having to enter a complete&amp;nbsp;SELECT, enter the query as "SELECT * FROM yourTable" then click the "Guess schema" to get the schema of the table and finally, click the "Guess query" to generate the corresponding SELECT statement (this suppose your SQL Server connection doesn't use context or global variables which are setted at runtime - in this case, use a dedicated component for design with the connection element hard coded and copy/past&amp;nbsp;both resulting&amp;nbsp;schema and&amp;nbsp;query into the component&amp;nbsp;included into your job)&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 14:59:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247562#M32712</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-11-14T14:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do i replace 2.000- to 2.000</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247563#M32713</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As per the instructions , I have added the columns with cast statements in the query mentioned in above mail chain still facing the same issue .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Gourav Dubey&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Ltxt"&gt;3.JPG&lt;/A&gt;</description>
      <pubDate>Wed, 14 Nov 2018 15:14:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247563#M32713</guid>
      <dc:creator>gouravd_7</dc:creator>
      <dc:date>2018-11-14T15:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do i replace 2.000- to 2.000</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247564#M32714</link>
      <description>&lt;P&gt;Your&amp;nbsp;tMap output is String (for the fields where you want to remove the final "-") so it doesn't make sense to try to convert to Integer.&lt;/P&gt;
&lt;P&gt;It's your responsability to clean up your job before to say "&lt;EM&gt;it doesn't work&lt;/EM&gt;".&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 15:21:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247564#M32714</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-11-14T15:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do i replace 2.000- to 2.000</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247565#M32715</link>
      <description>&lt;P&gt;Hi Gourav,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; You&amp;nbsp;seems to be changing at wrong area.&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;&amp;nbsp;has advised you to convert the integer columns to String&amp;nbsp;within&amp;nbsp;select statement and then onlyasking you to allocate to a STring data type in the schema mentioned in the tMSSQLInput component.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; If you have a integer data type in underlying database, you have two options.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;a) convert them to string in SQL statement itself and pass it to string variables in the schema mentioned in tMSSQLInput component&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;b) allocate the column as integer datatype itself&amp;nbsp;in both select statement and schema. If needed, convert to other data types later in your flow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 15:22:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-replace-2-000-to-2-000/m-p/2247565#M32715</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-14T15:22:24Z</dc:date>
    </item>
  </channel>
</rss>

