<?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 Re: load comma and space separated fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/load-comma-and-space-separated-fields/m-p/578665#M683021</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dathu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks but you see irregularity of data representing in fields on&amp;nbsp; 6th row from last . That's data structure problem.. I guess we cant fix it until data is in proper format because we can able to look data and may fix in one file here but not in all..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Feb 2014 17:35:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-02-13T17:35:38Z</dc:date>
    <item>
      <title>load comma and space separated fields</title>
      <link>https://community.qlik.com/t5/QlikView/load-comma-and-space-separated-fields/m-p/578661#M683017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;Data is in text file. I converted into csv and fields are separated by commas and some are with spaces.&lt;/P&gt;&lt;P&gt;how can i extract data as correct fields, which has combination of comma and space separated fields?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 01:10:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-comma-and-space-separated-fields/m-p/578661#M683017</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-13T01:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: load comma and space separated fields</title>
      <link>https://community.qlik.com/t5/QlikView/load-comma-and-space-separated-fields/m-p/578662#M683018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share a sample of your data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 01:19:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-comma-and-space-separated-fields/m-p/578662#M683018</guid>
      <dc:creator>iktrayanov</dc:creator>
      <dc:date>2014-02-13T01:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: load comma and space separated fields</title>
      <link>https://community.qlik.com/t5/QlikView/load-comma-and-space-separated-fields/m-p/578663#M683019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here is the file.. open in note pad .. convert into csv..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 03:21:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-comma-and-space-separated-fields/m-p/578663#M683019</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-13T03:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Re: load comma and space separated fields</title>
      <link>https://community.qlik.com/t5/QlikView/load-comma-and-space-separated-fields/m-p/578664#M683020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveena, First you need to load file with any delimiter and then creates the fields with subfield function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached file for reference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 03:52:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-comma-and-space-separated-fields/m-p/578664#M683020</guid>
      <dc:creator />
      <dc:date>2014-02-13T03:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: load comma and space separated fields</title>
      <link>https://community.qlik.com/t5/QlikView/load-comma-and-space-separated-fields/m-p/578665#M683021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dathu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks but you see irregularity of data representing in fields on&amp;nbsp; 6th row from last . That's data structure problem.. I guess we cant fix it until data is in proper format because we can able to look data and may fix in one file here but not in all..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 17:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-comma-and-space-separated-fields/m-p/578665#M683021</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-13T17:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: load comma and space separated fields</title>
      <link>https://community.qlik.com/t5/QlikView/load-comma-and-space-separated-fields/m-p/578666#M683022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First Solution would be an extension to Dathu's solution... Write a loop to check for space or ',' using subfield to write values to each column&lt;/P&gt;&lt;P&gt;Second one is to clean up your data. if you have etl tools in development process that should take care of it. else you might have to do it manually.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 18:06:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-comma-and-space-separated-fields/m-p/578666#M683022</guid>
      <dc:creator />
      <dc:date>2014-02-13T18:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: load comma and space separated fields</title>
      <link>https://community.qlik.com/t5/QlikView/load-comma-and-space-separated-fields/m-p/578667#M683023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you get the all the files and look into into files. After that you can write what you need and what is the o/p. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 00:11:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-comma-and-space-separated-fields/m-p/578667#M683023</guid>
      <dc:creator />
      <dc:date>2014-02-14T00:11:08Z</dc:date>
    </item>
  </channel>
</rss>

