<?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 Turn a delimited string into table fields - import script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Turn-a-delimited-string-into-table-fields-import-script/m-p/398137#M1334370</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello QlikView Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Some of our data that needs to be loaded into Qlik is stored in a string (single field) as such:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Height=60,Width=30,Color=Red, etc... (attribute=value,attribute=vale...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I need help with transforming this data into a single table that has a field for each of the attributes.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, for example, these two strings turned into the below table.&lt;/P&gt;&lt;P&gt;String1: "Height=60,Width=30,Color=Red"&lt;/P&gt;&lt;P&gt;String2: "Color=White,Height=50,Width=40"&amp;nbsp; (note that the order of the attributes in the string do not match from string to string).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 40%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="padding: 3px; text-align: center; color: #333333; font-family: arial,helvetica,sans-serif; background-color: #6690bc;"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Height&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH style="padding: 3px; text-align: center; color: #333333; font-family: arial,helvetica,sans-serif; background-color: #6690bc;"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Width&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH style="padding: 3px; text-align: center; color: #333333; font-family: arial,helvetica,sans-serif; background-color: #6690bc;"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Color&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 3px; text-align: left; color: #000000; background-color: transparent;"&gt;60&lt;/TD&gt;&lt;TD style="padding: 3px; text-align: left; color: #000000; background-color: transparent;"&gt;30&lt;/TD&gt;&lt;TD style="padding: 3px; text-align: left; color: #000000; background-color: transparent;"&gt;Red&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 3px; text-align: left; color: #000000; background-color: transparent;"&gt;50&lt;/TD&gt;&lt;TD style="padding: 3px; text-align: left; color: #000000; background-color: transparent;"&gt;40&lt;/TD&gt;&lt;TD style="padding: 3px; text-align: left; color: #000000; background-color: transparent;"&gt;White&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure where to begin on this. If possible it would be best to have a table with dynamic columns.&amp;nbsp; If that is not readily feasible then I could build a static table with all the attributes pre-defined if that is required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Turn a delimited string into table fields - import script</title>
      <link>https://community.qlik.com/t5/QlikView/Turn-a-delimited-string-into-table-fields-import-script/m-p/398137#M1334370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello QlikView Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Some of our data that needs to be loaded into Qlik is stored in a string (single field) as such:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Height=60,Width=30,Color=Red, etc... (attribute=value,attribute=vale...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I need help with transforming this data into a single table that has a field for each of the attributes.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, for example, these two strings turned into the below table.&lt;/P&gt;&lt;P&gt;String1: "Height=60,Width=30,Color=Red"&lt;/P&gt;&lt;P&gt;String2: "Color=White,Height=50,Width=40"&amp;nbsp; (note that the order of the attributes in the string do not match from string to string).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 40%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="padding: 3px; text-align: center; color: #333333; font-family: arial,helvetica,sans-serif; background-color: #6690bc;"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Height&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH style="padding: 3px; text-align: center; color: #333333; font-family: arial,helvetica,sans-serif; background-color: #6690bc;"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Width&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH style="padding: 3px; text-align: center; color: #333333; font-family: arial,helvetica,sans-serif; background-color: #6690bc;"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Color&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 3px; text-align: left; color: #000000; background-color: transparent;"&gt;60&lt;/TD&gt;&lt;TD style="padding: 3px; text-align: left; color: #000000; background-color: transparent;"&gt;30&lt;/TD&gt;&lt;TD style="padding: 3px; text-align: left; color: #000000; background-color: transparent;"&gt;Red&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 3px; text-align: left; color: #000000; background-color: transparent;"&gt;50&lt;/TD&gt;&lt;TD style="padding: 3px; text-align: left; color: #000000; background-color: transparent;"&gt;40&lt;/TD&gt;&lt;TD style="padding: 3px; text-align: left; color: #000000; background-color: transparent;"&gt;White&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure where to begin on this. If possible it would be best to have a table with dynamic columns.&amp;nbsp; If that is not readily feasible then I could build a static table with all the attributes pre-defined if that is required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Turn-a-delimited-string-into-table-fields-import-script/m-p/398137#M1334370</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Turn a delimited string into table fields - import script</title>
      <link>https://community.qlik.com/t5/QlikView/Turn-a-delimited-string-into-table-fields-import-script/m-p/398138#M1334372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QlikView Expressor could handle this task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are willing to accept a CSV file as output, the columns could be dynamic.  Then you can read the CSV file into QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However this would require some higher level proficiency with Expressor Datascript to implement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 00:57:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Turn-a-delimited-string-into-table-fields-import-script/m-p/398138#M1334372</guid>
      <dc:creator />
      <dc:date>2012-09-12T00:57:19Z</dc:date>
    </item>
  </channel>
</rss>

