<?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 Problems reading strings from dbf file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problems-reading-strings-from-dbf-file/m-p/142270#M21773</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt; &lt;w:WordDocument&gt;  &lt;w:View&gt;Normal&lt;/w:View&gt;  &lt;w:Zoom&gt;0&lt;/w:Zoom&gt;  &lt;w:HyphenationZone&gt;21&lt;/w:HyphenationZone&gt;  &lt;w:Compatibility&gt;   &lt;w:BreakWrappedTables&gt;&lt;/w:BreakWrappedTables&gt;   &lt;w:SnapToGridInCell&gt;&lt;/w:SnapToGridInCell&gt;   &lt;w:WrapTextWithPunct&gt;&lt;/w:WrapTextWithPunct&gt;   &lt;w:UseAsianBreakRules&gt;&lt;/w:UseAsianBreakRules&gt;  &lt;/w:Compatibility&gt;  &lt;w:BrowserLevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt; &lt;/w:WordDocument&gt;&lt;/xml&gt;&lt;![endif]--&gt; &lt;!--[if gte mso 10]&gt;&lt;style&gt; /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Tabla normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman";}&lt;/style&gt;&lt;![endif]--&gt;&lt;/P&gt;&lt;P&gt;Hi, Im trying to import data from a dbf file with the following text format: "000000"&lt;/P&gt;&lt;P&gt;But some values has less than six characters (for example "0040")&lt;/P&gt;&lt;P&gt;When qlikview import this field, fills with zeros to complete the six characters format and bring "000040".&lt;/P&gt;&lt;P&gt;Is there a way to keep the original format?&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Apr 2009 23:20:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-04-23T23:20:53Z</dc:date>
    <item>
      <title>Problems reading strings from dbf file</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-reading-strings-from-dbf-file/m-p/142270#M21773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt; &lt;w:WordDocument&gt;  &lt;w:View&gt;Normal&lt;/w:View&gt;  &lt;w:Zoom&gt;0&lt;/w:Zoom&gt;  &lt;w:HyphenationZone&gt;21&lt;/w:HyphenationZone&gt;  &lt;w:Compatibility&gt;   &lt;w:BreakWrappedTables&gt;&lt;/w:BreakWrappedTables&gt;   &lt;w:SnapToGridInCell&gt;&lt;/w:SnapToGridInCell&gt;   &lt;w:WrapTextWithPunct&gt;&lt;/w:WrapTextWithPunct&gt;   &lt;w:UseAsianBreakRules&gt;&lt;/w:UseAsianBreakRules&gt;  &lt;/w:Compatibility&gt;  &lt;w:BrowserLevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt; &lt;/w:WordDocument&gt;&lt;/xml&gt;&lt;![endif]--&gt; &lt;!--[if gte mso 10]&gt;&lt;style&gt; /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Tabla normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman";}&lt;/style&gt;&lt;![endif]--&gt;&lt;/P&gt;&lt;P&gt;Hi, Im trying to import data from a dbf file with the following text format: "000000"&lt;/P&gt;&lt;P&gt;But some values has less than six characters (for example "0040")&lt;/P&gt;&lt;P&gt;When qlikview import this field, fills with zeros to complete the six characters format and bring "000040".&lt;/P&gt;&lt;P&gt;Is there a way to keep the original format?&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2009 23:20:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-reading-strings-from-dbf-file/m-p/142270#M21773</guid>
      <dc:creator />
      <dc:date>2009-04-23T23:20:53Z</dc:date>
    </item>
    <item>
      <title>Problems reading strings from dbf file</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-reading-strings-from-dbf-file/m-p/142271#M21774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you tried using function text():&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;text(myField) as myTextField,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;If you specify a format string "00000", you are asking QlikView to make all strings 6-characters long... Text() should do the trick for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2009 23:32:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-reading-strings-from-dbf-file/m-p/142271#M21774</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2009-04-23T23:32:04Z</dc:date>
    </item>
    <item>
      <title>Problems reading strings from dbf file</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-reading-strings-from-dbf-file/m-p/142272#M21775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;I've tried the text( ) function and it works just fine.!&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2009 05:12:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-reading-strings-from-dbf-file/m-p/142272#M21775</guid>
      <dc:creator />
      <dc:date>2009-04-30T05:12:02Z</dc:date>
    </item>
  </channel>
</rss>

