<?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 to extract delimited data in a single row to multiple columns in Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-extract-delimited-data-in-a-single-row-to-multiple/m-p/2206293#M6410</link>
    <description>&lt;P&gt;I have a source table in my db with data like:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="pln"&gt;columndata list
abc        Paul&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;Michael&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;Benjamin&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;Latif
def        High&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;Medium&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;Low&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;;&lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;NULL&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;ghi        Yes&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;No&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;Yes&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;No&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;I would like to get the output in the target table (columns are already defined) like below:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="pln"&gt;abc      def    ghi  &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;column&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; names&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;)&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;Paul     High   Yes
Michael  Medium No
Benjamin Low    Yes
Latif    &lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;NULL&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;   No&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Is there any simple way to extract the delimited data and load into repective columns in the target table in talendThanks!&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 02:40:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T02:40:31Z</dc:date>
    <item>
      <title>How to extract delimited data in a single row to multiple columns in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-extract-delimited-data-in-a-single-row-to-multiple/m-p/2206293#M6410</link>
      <description>&lt;P&gt;I have a source table in my db with data like:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="pln"&gt;columndata list
abc        Paul&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;Michael&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;Benjamin&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;Latif
def        High&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;Medium&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;Low&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;;&lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;NULL&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;ghi        Yes&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;No&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;Yes&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;No&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;I would like to get the output in the target table (columns are already defined) like below:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="pln"&gt;abc      def    ghi  &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;column&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; names&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;)&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;Paul     High   Yes
Michael  Medium No
Benjamin Low    Yes
Latif    &lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;NULL&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;   No&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Is there any simple way to extract the delimited data and load into repective columns in the target table in talendThanks!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:40:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-extract-delimited-data-in-a-single-row-to-multiple/m-p/2206293#M6410</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T02:40:31Z</dc:date>
    </item>
  </channel>
</rss>

