<?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: Conditional row format recognition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-row-format-recognition/m-p/266033#M496554</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aitor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try specifying the quoting format, in the last line of your script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besides, the date format should be 'M/DD/YYYY' instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jan 2012 14:09:09 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2012-01-11T14:09:09Z</dc:date>
    <item>
      <title>Conditional row format recognition</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-row-format-recognition/m-p/266031#M496552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm just started with Qlikview 11, and I'm trying to continue every step written in the tutorial. My regional parameters are Spanish at first, but I'm able to change them to English (United States) to make QV write the SET statements to the comma (,) for thousend separator and also get the correct date format.&lt;/P&gt;&lt;P&gt;Getting through it, I found next situation: A file with three fileds (Date, Client, Sales) --&amp;gt;&lt;/P&gt;&lt;P&gt;Header: Date, Client, Sales,,,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Rows: (There are many rows, but all of the match only one of this two optional formats) -&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4/20/2008,Atlantic Marketing,810,,,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "5/17/2008,Atlantic Marketing,""1,000"",,,"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to apply some functions to the script file in order to read the .csv file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD Date#(Date,'D/MM/YY')as Date, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Client, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num#(Sales,'#,###','.',',') as Sales&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;[..\Date1.csv]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;(txt, codepage is 1252, embedded labels, delimiter is ',');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my opinion, Delimiter should be ',' as it's written in the script.&lt;/P&gt;&lt;P&gt;I've been trying different options into the function parameters fro Date# and Num#, but sometimes, some of the work for one of the row formats or the other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would be any way to explain to QV to apply a different row format depending on the starting character of the row (whic is ").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other idea? Maybe I'm just messing ideas with other scripting language background and there's another easier way to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time and attention in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aitor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 11:56:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-row-format-recognition/m-p/266031#M496552</guid>
      <dc:creator />
      <dc:date>2012-01-11T11:56:28Z</dc:date>
    </item>
    <item>
      <title>Conditional row format recognition</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-row-format-recognition/m-p/266032#M496553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If the data will come always in the 2 format you said then you can try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date#(Date(&lt;SPAN class="Bold"&gt;PurgeChar(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;Date,'"'&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;),'MM/DD/YYYY'),'DD/MM/YYYY') as Date,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Client,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;PurgeChar(Sales&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;,'"'&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;) as Sales&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From XYZ&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hope this will help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Kaushik Solanki&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 12:28:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-row-format-recognition/m-p/266032#M496553</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2012-01-11T12:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional row format recognition</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-row-format-recognition/m-p/266033#M496554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aitor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try specifying the quoting format, in the last line of your script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besides, the date format should be 'M/DD/YYYY' instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 14:09:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-row-format-recognition/m-p/266033#M496554</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-01-11T14:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional row format recognition</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-row-format-recognition/m-p/266034#M496555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;first of all, thanks for your answers.&lt;/P&gt;&lt;P&gt;After posting the original message, I've been trying to use PurgeChar functions and the I've found your suggestion Kaushik.&lt;/P&gt;&lt;P&gt;Using your advice I've get closer to the correct interpretation of the file but only part of the dates are recognized as dates, the rest are recognized as text chains.&lt;/P&gt;&lt;P&gt;I got closer using this instead:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;date(num(floor(Fecha))) as Fecha&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using this statement I got every date from the file in date data type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I tried using the quoting parameter in the script statement as you said Miguel, but I haven't get anything as I would like.&lt;/P&gt;&lt;P&gt;Thanks for the file, but as far as I'm using the personal edition, I'm not able to open it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm attaching my original file too, cuase it has more text format possibilities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My actual script looks like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SET ThousandSep='.';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SET DecimalSep=',';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SET MoneyThousandSep=',';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SET MoneyDecimalSep='.';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SET MoneyFormat='#,##0.00 €;-#,##0.00 €';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SET TimeFormat='h:mm:ss';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SET DateFormat='MM/DD/YYYY';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SET TimestampFormat='MM/DD/YYYY h:mm:ss[.fff]';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SET MonthNames='ene;feb;mar;abr;may;jun;jul;ago;sep;oct;nov;dic';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SET DayNames='lun;mar;mié;jue;vie;sáb;dom';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Directory;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD date(num(floor(PurgeChar(Fecha,'"')))) as Fecha,&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PurgeChar(Cliente, '"') as Cliente,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(PurgeChar(Ventas,'"'),'#,###','.',',') as Ventas&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;[..\Fecha1.csv]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', no quotes);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Thanks again for your answers.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Kind regards, Aitor.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;P.S.: The original file is in Spanish so if neccessary, the translation would be:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Fecha = Date&lt;BR /&gt;Cliente = Client&lt;BR /&gt;Ventas = Sales&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 15:57:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-row-format-recognition/m-p/266034#M496555</guid>
      <dc:creator />
      <dc:date>2012-01-11T15:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional row format recognition</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-row-format-recognition/m-p/266035#M496556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aitor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is a kind of a nightmare file, and it requires a lot of string formatting, so my first piece of advice is "get a cleaner file if possible". Anyway, the following will do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P class="p1"&gt;&lt;EM&gt;CleanData&lt;/EM&gt;:&lt;BR /&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class="s2"&gt;Date&lt;/SPAN&gt;(&lt;SPAN class="s2"&gt;Date#&lt;/SPAN&gt;(&lt;SPAN class="s2"&gt;PurgeChar&lt;/SPAN&gt;(&lt;SPAN class="s2"&gt;SubField&lt;/SPAN&gt;(&lt;SPAN class="s3"&gt;@1:n&lt;/SPAN&gt;, &lt;SPAN class="s1"&gt;','&lt;/SPAN&gt;, &lt;SPAN class="s1"&gt;1&lt;/SPAN&gt;), &lt;SPAN class="s1"&gt;'"'&lt;/SPAN&gt;), &lt;SPAN class="s1"&gt;'M/D/YYYY'&lt;/SPAN&gt;)) &lt;SPAN class="s1"&gt;&lt;STRONG&gt;AS&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class="s3"&gt;Fecha&lt;/SPAN&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="s2"&gt;Replace&lt;/SPAN&gt;(&lt;SPAN class="s2"&gt;SubField&lt;/SPAN&gt;(&lt;SPAN class="s2"&gt;PurgeChar&lt;/SPAN&gt;(&lt;SPAN class="s2"&gt;Replace&lt;/SPAN&gt;(&lt;SPAN class="s3"&gt;@1:n&lt;/SPAN&gt;, &lt;SPAN class="s1"&gt;', '&lt;/SPAN&gt;, &lt;SPAN class="s1"&gt;'$$$'&lt;/SPAN&gt;), &lt;SPAN class="s1"&gt;'""'&lt;/SPAN&gt;), &lt;SPAN class="s1"&gt;','&lt;/SPAN&gt;, &lt;SPAN class="s1"&gt;2&lt;/SPAN&gt;), &lt;SPAN class="s1"&gt;'$$$'&lt;/SPAN&gt;, &lt;SPAN class="s1"&gt;', '&lt;/SPAN&gt;) &lt;SPAN class="s1"&gt;&lt;STRONG&gt;AS&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class="s3"&gt;Cliente&lt;/SPAN&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(&lt;SPAN class="s2"&gt;SubField&lt;/SPAN&gt;(&lt;SPAN class="s2"&gt;PurgeChar&lt;/SPAN&gt;(&lt;SPAN class="s2"&gt;Replace&lt;/SPAN&gt;(&lt;SPAN class="s3"&gt;@1:n&lt;/SPAN&gt;, &lt;SPAN class="s1"&gt;', '&lt;/SPAN&gt;, &lt;SPAN class="s1"&gt;'$$$'&lt;/SPAN&gt;), &lt;SPAN class="s1"&gt;'""'&lt;/SPAN&gt;), &lt;SPAN class="s1"&gt;','&lt;/SPAN&gt;, &lt;SPAN class="s1"&gt;3&lt;/SPAN&gt;) &amp;amp; &lt;SPAN class="s2"&gt;SubField&lt;/SPAN&gt;(&lt;SPAN class="s2"&gt;PurgeChar&lt;/SPAN&gt;(&lt;SPAN class="s2"&gt;Replace&lt;/SPAN&gt;(&lt;SPAN class="s3"&gt;@1:n&lt;/SPAN&gt;, &lt;SPAN class="s1"&gt;', '&lt;/SPAN&gt;, &lt;SPAN class="s1"&gt;'$$$'&lt;/SPAN&gt;), &lt;SPAN class="s1"&gt;'""'&lt;/SPAN&gt;), &lt;SPAN class="s1"&gt;','&lt;/SPAN&gt;, &lt;SPAN class="s1"&gt;4&lt;/SPAN&gt;)) &lt;SPAN class="s1"&gt;&lt;STRONG&gt;AS&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class="s3"&gt;Ventas&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="s4"&gt;[Fecha1.csv]&lt;/SPAN&gt;&lt;BR /&gt;(&lt;SPAN class="s1"&gt;&lt;STRONG&gt;fix&lt;/STRONG&gt;&lt;/SPAN&gt;, &lt;SPAN class="s1"&gt;&lt;STRONG&gt;codepage&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class="s1"&gt;&lt;STRONG&gt;is&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class="s1"&gt;1252&lt;/SPAN&gt;); &lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see, there is a lot of string functions. If your file is some hundreds of thousands rows worth of data it will take real long to load, and probably you will need to clean up the file before loading it into QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But basically, what the above does is to use each line as a whole (@1:n) remove the double quotes and use each of the comma separated resulting values as fields, except for the Ventas field, where it concatenates the third and the fourth value, since "1,200" should read 1200. I replace as well the "" for $$$ (or any other non existent value) because I know the Cliente field has some values with commas within, that I then restore to " ," because I want to keep them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a good example on how to struggle with crazy formatted sources using string functions, and I do not discard that may exist some other cleaner and easier ways to get the same results, irrespective the regional settings. Is it worth the work in QlikView instead of using some other tools to clean up data? That's up to you. I'd say that, in most cases, it's not worth the time you spend on doing this, but anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 23:50:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-row-format-recognition/m-p/266035#M496556</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-01-11T23:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional row format recognition</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-row-format-recognition/m-p/266036#M496557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P&gt;thanks for your answer. It really works.&lt;/P&gt;&lt;P&gt;The code has so many things that I need to learn and I do agree that's a good way to struggle yourself with nightmare source files. If you get success you finally learn a bit more.&lt;/P&gt;&lt;P&gt;Yesterday while I was reading the qlikview 11 reference manual I found "Alt" function and I thought that it could be a good option for this file. I'll work that way after studying carefully you answer, and trying to understand every step.&lt;/P&gt;&lt;P&gt;About the deeper discussion, as I told at first, I'm knew on this. I have no idea about how much time the performance use to take with data. I'm just following a tutorial example so dataset it's short and the performance will not get worse beacause the cleaning transformations. In my future project, I'll see how the situation looks, and taking in mind your words, I'll probably have to clean my Perl books and prepare a pre-treatment script to format the file properly.&lt;/P&gt;&lt;P&gt;Once again, thanks for answering!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Aitor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 08:57:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-row-format-recognition/m-p/266036#M496557</guid>
      <dc:creator />
      <dc:date>2012-01-12T08:57:14Z</dc:date>
    </item>
  </channel>
</rss>

