<?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: [resolved] Convert to String in csv tconvert problem in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Convert-to-String-in-csv-tconvert-problem/m-p/2313812#M84632</link>
    <description>Update 
&lt;BR /&gt;I'm sick with the csv conversitions... 
&lt;BR /&gt;I got the Permission to Access &amp;nbsp;Directly to database and &amp;nbsp;everything is fine&amp;nbsp; 
&lt;BR /&gt;Thanks all &amp;nbsp;for helping in other threads&amp;nbsp; 
&lt;BR /&gt;regards john</description>
    <pubDate>Thu, 19 Nov 2015 14:38:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-11-19T14:38:26Z</dc:date>
    <item>
      <title>[resolved] Convert to String in csv tconvert problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Convert-to-String-in-csv-tconvert-problem/m-p/2313807#M84627</link>
      <description>&lt;P&gt;Hello everybody,&lt;BR /&gt;I tried to connect an csv with out Salesforce System&lt;BR /&gt;But i have a problem with the conversion from String to Double&amp;nbsp;&lt;BR /&gt;Here is my test environment:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGtm.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145226iE431D2B3A7B0C7C2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGtm.png" alt="0683p000009MGtm.png" /&gt;&lt;/span&gt;&lt;BR /&gt;I tried the tconvert method which has Sabrina described with the treplace component &amp;nbsp;from this &lt;A href="https://community.qlik.com/s/feed/0D53p00007vCqV1CAK" target="_blank" rel="noopener"&gt;thread.&lt;/A&gt;&lt;BR /&gt;I tried several scenarios to set the treplace behind or in front of tmap .. but nothing will fit properly.&lt;BR /&gt;It comes the following errror:&lt;BR /&gt;&lt;FONT color="#ff3333"&gt;Error in the component's properties:Type mismatch: cannot convert from String to Double&lt;/FONT&gt;&lt;BR /&gt;But I'm not sure if this working in any way with these approach.&lt;BR /&gt;&lt;BR /&gt;Here is my csv File:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGtr.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128963i5B5F3078338641B5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGtr.png" alt="0683p000009MGtr.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Best regards john&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2015 11:54:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Convert-to-String-in-csv-tconvert-problem/m-p/2313807#M84627</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-16T11:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Convert to String in csv tconvert problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Convert-to-String-in-csv-tconvert-problem/m-p/2313808#M84628</link>
      <description>Did you try in the tMap &amp;nbsp;&lt;B&gt;Double.parseDouble(rowXX.yourString)&lt;/B&gt; (without any tReplace or tConvert)</description>
      <pubDate>Mon, 16 Nov 2015 13:43:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Convert-to-String-in-csv-tconvert-problem/m-p/2313808#M84628</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-16T13:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Convert to String in csv tconvert problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Convert-to-String-in-csv-tconvert-problem/m-p/2313809#M84629</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;The answer already &amp;nbsp;in the error description&lt;BR /&gt;Just go from left to right on You Job and check all schemas for data type, possible to start from tMap&lt;BR /&gt;when You found change type String to double - use in tMap conversion function&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Double.valueOf(row1.some_name)&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Mon, 16 Nov 2015 13:45:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Convert-to-String-in-csv-tconvert-problem/m-p/2313809#M84629</guid>
      <dc:creator>a_vlad</dc:creator>
      <dc:date>2015-11-16T13:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Convert to String in csv tconvert problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Convert-to-String-in-csv-tconvert-problem/m-p/2313810#M84630</link>
      <description>Hello Everybody&amp;nbsp; 
&lt;BR /&gt;I have solved the conversion Problem .. there is no more error if i start the job. 
&lt;BR /&gt;I have still tconvert in action cause my java skills are so bad&amp;nbsp; 
&lt;BR /&gt;...thanks for the hints&amp;nbsp; 
&lt;BR /&gt;but i think that treplace doesn't work properly. 
&lt;BR /&gt;Here are my treplace settings: 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGtw.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150134iC9B02880F6A464B5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGtw.png" alt="0683p000009MGtw.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;I thought i need sth. like simple expression like r/n but this &amp;nbsp;doesn't seems to work&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt;Here is an outline from the csv export from toad ( i've made 2 examples what is important for the transformation): 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGu1.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132711iE7E6AD69754DFD88/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGu1.png" alt="0683p000009MGu1.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;And this is the outline from the same File what i get from Talend back: 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGu6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154360i668175FAC384FEE4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGu6.png" alt="0683p000009MGu6.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;I hope that is understandable what the problem is ....&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt;Edit:&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt;Here are my Excel Sheet Settings: 
&lt;BR /&gt;&amp;nbsp; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGmN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142307i051257D1AEB6581E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGmN.png" alt="0683p000009MGmN.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;regards john&amp;nbsp;</description>
      <pubDate>Tue, 17 Nov 2015 09:11:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Convert-to-String-in-csv-tconvert-problem/m-p/2313810#M84630</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-17T09:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Convert to String in csv tconvert problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Convert-to-String-in-csv-tconvert-problem/m-p/2313811#M84631</link>
      <description>Hello Everbody, 
&lt;BR /&gt;I've made some Tests with and without some Components and it's seems to that the TConvert Component is repsonsible for the cold cut of important data even if i deactivate &amp;nbsp;all options for the Component. 
&lt;BR /&gt;So i think with the tconvert component is getting more worse than better ... 
&lt;BR /&gt;So as 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCrBCCA0" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/Covert-integer-DateKey-to-Date-MM-dd-yyyy/td-p/179488&lt;/A&gt;[size=2][font=Verdana, Helvetica, Arial, sans-serif] 
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/B&gt;[/font][/size]said before maybe it's a better idea to use tmap only. 
&lt;BR /&gt;&amp;nbsp;I'm totally new so how i have to integrate this. But i think i need treplace to trim my csv. 
&lt;BR /&gt;Do i have to do itin this way as mentioned here on the picture?: 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGuG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133387i6B5D5B536BEE5047/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGuG.png" alt="0683p000009MGuG.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;best regards john&amp;nbsp;</description>
      <pubDate>Wed, 18 Nov 2015 07:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Convert-to-String-in-csv-tconvert-problem/m-p/2313811#M84631</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-18T07:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Convert to String in csv tconvert problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Convert-to-String-in-csv-tconvert-problem/m-p/2313812#M84632</link>
      <description>Update 
&lt;BR /&gt;I'm sick with the csv conversitions... 
&lt;BR /&gt;I got the Permission to Access &amp;nbsp;Directly to database and &amp;nbsp;everything is fine&amp;nbsp; 
&lt;BR /&gt;Thanks all &amp;nbsp;for helping in other threads&amp;nbsp; 
&lt;BR /&gt;regards john</description>
      <pubDate>Thu, 19 Nov 2015 14:38:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Convert-to-String-in-csv-tconvert-problem/m-p/2313812#M84632</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-19T14:38:26Z</dc:date>
    </item>
  </channel>
</rss>

