<?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 How do I split using tmap 43892_High Tower Company ABC LTD? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-do-I-split-using-tmap-43892-High-Tower-Company-ABC-LTD/m-p/2311514#M82545</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;I am using Talend Open Studio for Data Integration and I need to do transformation of Excel Input Data and could help some hints.&amp;nbsp;&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;From an Excel Input File I have Values like this&lt;/P&gt; 
&lt;P&gt;43892_High Tower Company ABC LTD.&lt;/P&gt; 
&lt;P&gt;5281_Base Boring &amp;amp; Co. XY&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I want to Insert / Update an MySQL Database &amp;gt; Table "Companies" with&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;----------&lt;/P&gt; 
&lt;P&gt;ID:43892&lt;BR /&gt;CompanyName: High Tower Company ABC LTD.&lt;/P&gt; 
&lt;P&gt;----------&lt;/P&gt; 
&lt;P&gt;ID:5281&lt;BR /&gt;CompanyName:Base Boring &amp;amp; Co. XY&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Can I do that with tmap?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you so much for your help.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 05:25:37 GMT</pubDate>
    <dc:creator>radosch</dc:creator>
    <dc:date>2024-11-16T05:25:37Z</dc:date>
    <item>
      <title>How do I split using tmap 43892_High Tower Company ABC LTD?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-I-split-using-tmap-43892-High-Tower-Company-ABC-LTD/m-p/2311514#M82545</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;I am using Talend Open Studio for Data Integration and I need to do transformation of Excel Input Data and could help some hints.&amp;nbsp;&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;From an Excel Input File I have Values like this&lt;/P&gt; 
&lt;P&gt;43892_High Tower Company ABC LTD.&lt;/P&gt; 
&lt;P&gt;5281_Base Boring &amp;amp; Co. XY&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I want to Insert / Update an MySQL Database &amp;gt; Table "Companies" with&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;----------&lt;/P&gt; 
&lt;P&gt;ID:43892&lt;BR /&gt;CompanyName: High Tower Company ABC LTD.&lt;/P&gt; 
&lt;P&gt;----------&lt;/P&gt; 
&lt;P&gt;ID:5281&lt;BR /&gt;CompanyName:Base Boring &amp;amp; Co. XY&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Can I do that with tmap?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you so much for your help.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:25:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-I-split-using-tmap-43892-High-Tower-Company-ABC-LTD/m-p/2311514#M82545</guid>
      <dc:creator>radosch</dc:creator>
      <dc:date>2024-11-16T05:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do I split using tmap 43892_High Tower Company ABC LTD?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-I-split-using-tmap-43892-High-Tower-Company-ABC-LTD/m-p/2311515#M82546</link>
      <description>&lt;P&gt;A tMap is what the names says, a mapping tool. A tMap does not insert anything, it maps data from an input to an output.&lt;/P&gt; 
&lt;P&gt;You need for your use simply a regex function. The component tExtractRegexFields.&lt;/P&gt; 
&lt;P&gt;The component expects a field (from the incoming flow containing the data and a regex expression to split the data into regex groups. Every regex group will be automatically assigned to a field of the outgoing schema which does not exists in the incoming schema.&lt;/P&gt; 
&lt;P&gt;I have added an example job doing the work you have ask for.&lt;/P&gt; 
&lt;P&gt;The magic is the regex expression:&amp;nbsp;"^([0-9]{1,})_(.*)$" which separates the incoming combined id+name into id and name separate.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lvqy"&gt;regex_example.zip&lt;/A&gt;</description>
      <pubDate>Sun, 30 Jun 2019 21:36:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-I-split-using-tmap-43892-High-Tower-Company-ABC-LTD/m-p/2311515#M82546</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-30T21:36:48Z</dc:date>
    </item>
  </channel>
</rss>

