<?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 Split Street and Number to seperate Fields in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Split-Street-and-Number-to-seperate-Fields/m-p/2258225#M40088</link>
    <description>&lt;P&gt;Hello&amp;nbsp;@all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've got a database where I need to split one collumn into two.&lt;/P&gt;&lt;P&gt;For Example: I get from Database following Street Names:&lt;/P&gt;&lt;P&gt;Please mention the spaces at every end. (Every line is filled with spaces till it's filled to 40 characters)&lt;/P&gt;&lt;PRE&gt;Auf dem Berg 5                          
In der Grotte 7a                        
Über dem Weg 15b                        
Domstr. 12 am Damm                      
Wilhelm v. Geraldingen 3                
Im Garten 11                            &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I would like to split it to 2 columns like:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Auf dem Berg&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;In der Grotte&lt;/TD&gt;&lt;TD&gt;7a&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Über dem Weg&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;15b&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Domstr.&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;12 am Damm&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Wilhelm v. Geraldingen&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Im Garten&lt;/TD&gt;&lt;TD&gt;11&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;There don't need to be spaces at the end.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm thinking about a function which counts the spaces, checks if it's a numerical value and then splits it....&lt;/P&gt;&lt;P&gt;Don't know if there is a better way. But I have no idea where to start with the funktion....&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Maybe somebody of you can help myself?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I already did the counting in a tMap... The maximum spaces between the names is 10 (like: "Hinter dem Weg der Grotte am Berg vom hohen Wangen 5")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and greetings&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 04:05:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T04:05:59Z</dc:date>
    <item>
      <title>Split Street and Number to seperate Fields</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-Street-and-Number-to-seperate-Fields/m-p/2258225#M40088</link>
      <description>&lt;P&gt;Hello&amp;nbsp;@all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've got a database where I need to split one collumn into two.&lt;/P&gt;&lt;P&gt;For Example: I get from Database following Street Names:&lt;/P&gt;&lt;P&gt;Please mention the spaces at every end. (Every line is filled with spaces till it's filled to 40 characters)&lt;/P&gt;&lt;PRE&gt;Auf dem Berg 5                          
In der Grotte 7a                        
Über dem Weg 15b                        
Domstr. 12 am Damm                      
Wilhelm v. Geraldingen 3                
Im Garten 11                            &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I would like to split it to 2 columns like:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Auf dem Berg&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;In der Grotte&lt;/TD&gt;&lt;TD&gt;7a&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Über dem Weg&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;15b&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Domstr.&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;12 am Damm&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Wilhelm v. Geraldingen&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Im Garten&lt;/TD&gt;&lt;TD&gt;11&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;There don't need to be spaces at the end.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm thinking about a function which counts the spaces, checks if it's a numerical value and then splits it....&lt;/P&gt;&lt;P&gt;Don't know if there is a better way. But I have no idea where to start with the funktion....&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Maybe somebody of you can help myself?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I already did the counting in a tMap... The maximum spaces between the names is 10 (like: "Hinter dem Weg der Grotte am Berg vom hohen Wangen 5")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and greetings&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:05:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-Street-and-Number-to-seperate-Fields/m-p/2258225#M40088</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T04:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Split Street and Number to seperate Fields</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-Street-and-Number-to-seperate-Fields/m-p/2258226#M40089</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; I would not recommend to parse the address data just by reading number of spaces. I believe its a German address and you will have to think of GDPR penalties if the address become wrong due to a simple programming mistake.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; My recommendation will to standardize the address using Talend components like tGoogleAddressRow. Below blog can give you a better idea about different components available in Talend for address standardization.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://www.talend.com/blog/2019/07/30/standardization-of-customer-data/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.talend.com/blog/2019/07/30/standardization-of-customer-data/&lt;/A&gt;&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;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 03:27:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-Street-and-Number-to-seperate-Fields/m-p/2258226#M40089</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-19T03:27:28Z</dc:date>
    </item>
  </channel>
</rss>

