<?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: Split a string with a Carriage Return in the middle in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Split-a-string-with-a-Carriage-Return-in-the-middle/m-p/2227494#M19084</link>
    <description>&lt;P&gt;&lt;FONT size="2" face="verdana,geneva"&gt;You need use row1.Addresscomplete.replaceAll("\\n", "|"). You can then use "|" character to split the string&amp;nbsp; &lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Apr 2020 15:49:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-04-27T15:49:48Z</dc:date>
    <item>
      <title>Split a string with a Carriage Return in the middle</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-a-string-with-a-Carriage-Return-in-the-middle/m-p/2227493#M19083</link>
      <description>&lt;P&gt;Hello to everybody,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a problem and I don't know if I can resolve it.&lt;/P&gt;
&lt;P&gt;I have a field (from an Hive table) that have a Carriage Return in his middle (it is a field called AddressComplete and it has the street and the city), I want to take the street when the city is like "London".&lt;/P&gt;
&lt;P&gt;Does anybody know how can I do?&lt;/P&gt;
&lt;P&gt;The row separator is "\n" and the field separator is "\t"&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-a-string-with-a-Carriage-Return-in-the-middle/m-p/2227493#M19083</guid>
      <dc:creator>vincecassel</dc:creator>
      <dc:date>2024-11-16T02:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Split a string with a Carriage Return in the middle</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-a-string-with-a-Carriage-Return-in-the-middle/m-p/2227494#M19084</link>
      <description>&lt;P&gt;&lt;FONT size="2" face="verdana,geneva"&gt;You need use row1.Addresscomplete.replaceAll("\\n", "|"). You can then use "|" character to split the string&amp;nbsp; &lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 15:49:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-a-string-with-a-Carriage-Return-in-the-middle/m-p/2227494#M19084</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-27T15:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Split a string with a Carriage Return in the middle</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-a-string-with-a-Carriage-Return-in-the-middle/m-p/2227495#M19085</link>
      <description>I resolved using this function:
&lt;BR /&gt;(AddressComplete.split("\r\n").length &amp;gt; 1 ?
&lt;BR /&gt;(AddressComplete.split("\r\n")[1]):Address)</description>
      <pubDate>Fri, 08 May 2020 15:01:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-a-string-with-a-Carriage-Return-in-the-middle/m-p/2227495#M19085</guid>
      <dc:creator>vincecassel</dc:creator>
      <dc:date>2020-05-08T15:01:42Z</dc:date>
    </item>
  </channel>
</rss>

