<?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: Replace a string in Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Replace-a-string-in-Talend/m-p/2349793#M116724</link>
    <description>Or even s.replace("null","")</description>
    <pubDate>Fri, 31 May 2013 11:21:04 GMT</pubDate>
    <dc:creator>janhess</dc:creator>
    <dc:date>2013-05-31T11:21:04Z</dc:date>
    <item>
      <title>Replace a string in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Replace-a-string-in-Talend/m-p/2349790#M116721</link>
      <description>Hi ,&lt;BR /&gt;I am having one complete line e.g 1|null|test.&lt;BR /&gt;I have to replace null with the ""(empty string) in Talend .&lt;BR /&gt;its a complete line and not a separate column.Because in our case its dynamic column content which are coming into one single column..?</description>
      <pubDate>Thu, 30 May 2013 11:48:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Replace-a-string-in-Talend/m-p/2349790#M116721</guid>
      <dc:creator>nikhilsh1</dc:creator>
      <dc:date>2013-05-30T11:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Replace a string in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Replace-a-string-in-Talend/m-p/2349791#M116722</link>
      <description>Hi, &lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;its a complete line and not a separate column.Because in our case its dynamic column content which are coming into one single column..?&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;That means you cannot use method &lt;PRE&gt;ReplaceAll(string s1, string s2)&lt;/PRE&gt;&lt;BR /&gt;in tMap?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 30 May 2013 11:53:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Replace-a-string-in-Talend/m-p/2349791#M116722</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-30T11:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Replace a string in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Replace-a-string-in-Talend/m-p/2349792#M116723</link>
      <description>I would use the replace method from String.replace&lt;BR /&gt;s = s.replace("null", "\"\"")</description>
      <pubDate>Thu, 30 May 2013 12:15:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Replace-a-string-in-Talend/m-p/2349792#M116723</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-30T12:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Replace a string in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Replace-a-string-in-Talend/m-p/2349793#M116724</link>
      <description>Or even s.replace("null","")</description>
      <pubDate>Fri, 31 May 2013 11:21:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Replace-a-string-in-Talend/m-p/2349793#M116724</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2013-05-31T11:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Replace a string in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Replace-a-string-in-Talend/m-p/2349794#M116725</link>
      <description>Hi nikhilsh, 
&lt;BR /&gt;Is there any update for your issue? 
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 03 Jun 2013 04:23:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Replace-a-string-in-Talend/m-p/2349794#M116725</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-03T04:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Replace a string in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Replace-a-string-in-Talend/m-p/2349795#M116726</link>
      <description>yes thank you for your update .its working but i want the output as dynamic column again and not the string as 
&lt;BR /&gt;we are converting it the string for processing ..</description>
      <pubDate>Mon, 03 Jun 2013 09:52:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Replace-a-string-in-Talend/m-p/2349795#M116726</guid>
      <dc:creator>nikhilsh1</dc:creator>
      <dc:date>2013-06-03T09:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Replace a string in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Replace-a-string-in-Talend/m-p/2349796#M116727</link>
      <description>Nikhil,&lt;BR /&gt;What is your output - file or database? support for dynamic schema will depend on that.&lt;BR /&gt;Thanks,&lt;BR /&gt;Nishad Joshi.</description>
      <pubDate>Mon, 03 Jun 2013 10:01:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Replace-a-string-in-Talend/m-p/2349796#M116727</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-03T10:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Replace a string in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Replace-a-string-in-Talend/m-p/2349797#M116728</link>
      <description>its a file not the database.we are creating it as input for our external table</description>
      <pubDate>Mon, 03 Jun 2013 10:02:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Replace-a-string-in-Talend/m-p/2349797#M116728</guid>
      <dc:creator>nikhilsh1</dc:creator>
      <dc:date>2013-06-03T10:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Replace a string in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Replace-a-string-in-Talend/m-p/2349798#M116729</link>
      <description>Then whatever you are saying is possible... you'll need more than one tMap to achieve this. Just make sure layout of the file does not change during transformation. One more thing, tSetDyanmicSchema component supports only positional file. For any other file type (Delimited, etc.), dynamic schema is your best bet.</description>
      <pubDate>Mon, 03 Jun 2013 10:20:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Replace-a-string-in-Talend/m-p/2349798#M116729</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-03T10:20:10Z</dc:date>
    </item>
  </channel>
</rss>

