<?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 Data separator from single column using | character in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Data-separator-from-single-column-using-character/m-p/1745496#M57206</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to create a table in Qlik Sense with multiple columns.&lt;/P&gt;&lt;P&gt;Issue is my source data has a column with value as "part1 | part2 | part3 |".&lt;/P&gt;&lt;P&gt;In my table I want to have part1 in my first column, part2 in second column and part3 in third column, like the value before the first pipe character should be in first column and value between first and second pipe chacater in second column and so on.&lt;/P&gt;&lt;P&gt;Please advice on this, thanks.&lt;/P&gt;</description>
    <pubDate>Mon, 20 Dec 2021 21:08:46 GMT</pubDate>
    <dc:creator>Venthan</dc:creator>
    <dc:date>2021-12-20T21:08:46Z</dc:date>
    <item>
      <title>Data separator from single column using | character</title>
      <link>https://community.qlik.com/t5/App-Development/Data-separator-from-single-column-using-character/m-p/1745496#M57206</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to create a table in Qlik Sense with multiple columns.&lt;/P&gt;&lt;P&gt;Issue is my source data has a column with value as "part1 | part2 | part3 |".&lt;/P&gt;&lt;P&gt;In my table I want to have part1 in my first column, part2 in second column and part3 in third column, like the value before the first pipe character should be in first column and value between first and second pipe chacater in second column and so on.&lt;/P&gt;&lt;P&gt;Please advice on this, thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-separator-from-single-column-using-character/m-p/1745496#M57206</guid>
      <dc:creator>Venthan</dc:creator>
      <dc:date>2021-12-20T21:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Data separator from single column using | character</title>
      <link>https://community.qlik.com/t5/App-Development/Data-separator-from-single-column-using-character/m-p/1745505#M57209</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/71208"&gt;@Venthan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One solution :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;Source_Table:

load *,subfield(column,'|',1) as part1,subfield(column,'|',1) as part2 ,subfield(column,'|',3) as part3  inline [
column
part1 | part2 | part3 |

]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;output:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 519px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/40888i526697B2B336CA96/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 09:07:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-separator-from-single-column-using-character/m-p/1745505#M57209</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-09-21T09:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Data separator from single column using | character</title>
      <link>https://community.qlik.com/t5/App-Development/Data-separator-from-single-column-using-character/m-p/1745876#M57243</link>
      <description>&lt;P&gt;Thank you. This works as expected&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 08:29:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-separator-from-single-column-using-character/m-p/1745876#M57243</guid>
      <dc:creator>Venthan</dc:creator>
      <dc:date>2020-09-22T08:29:32Z</dc:date>
    </item>
  </channel>
</rss>

