<?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: How to import a txt file (without any delimiters and column labels) into Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-import-a-txt-file-without-any-delimiters-and-column/m-p/1636746#M596163</link>
    <description>&lt;P&gt;if your next month txt file has the same structure you can use the same script&lt;/P&gt;&lt;P&gt;and, like you said, just concatenate the two tables.&lt;/P&gt;&lt;P&gt;If you need assistance feel free to send me a private message&lt;/P&gt;</description>
    <pubDate>Thu, 17 Oct 2019 13:54:58 GMT</pubDate>
    <dc:creator>Frank_Hartmann</dc:creator>
    <dc:date>2019-10-17T13:54:58Z</dc:date>
    <item>
      <title>How to import a txt file (without any delimiters and column labels) into Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-import-a-txt-file-without-any-delimiters-and-column/m-p/1636664#M596158</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;i'm new in Qlikview and i need to import, every months, a txt file like the one that is attached (with more rows), with the same structure, lenght, data type and fields.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've two problems:&lt;/P&gt;&lt;P&gt;1) How can i import the data creating a layout (because the file don't have any delimiters)? E.g. 1st column (lenght: 3, from 1 to 3, data type: text), 2nd column (lenght: 6, from 4 to 9, data type: number), 3rd column (lenght: 8, from 10 to 17, data type: text) and so on. Also blanks are columns (of course, without data). Until now, i've used Access, that allow me to create a layout by select and insert single lines/delimiters that separates the fields/column (each with a fixed/default number of characters, defined in the import requirements).&lt;/P&gt;&lt;P&gt;2) How can i embed column labels in this layout, in order not to repeat the same step every single month with the next data file? e.g. 1st column (label: AAAA), 2nd column (label: BBBB), 3rd column (label: CCCC) and so on.&lt;/P&gt;&lt;P&gt;Please, help me!!!&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mattia&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:52:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-import-a-txt-file-without-any-delimiters-and-column/m-p/1636664#M596158</guid>
      <dc:creator>Mattia</dc:creator>
      <dc:date>2024-11-16T19:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to import a txt file (without any delimiters and column labels) into Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-import-a-txt-file-without-any-delimiters-and-column/m-p/1636682#M596159</link>
      <description>&lt;P&gt;try this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;LOAD [@1:3] as column1, 
     [@4:9] as column2, 
     [@10:17] as column3, 
     [@18:n] as column4
FROM
[C:\Users\admin\Desktop\Sample_for_Qlikview.txt]
(fix, codepage is 1252);&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 17 Oct 2019 12:36:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-import-a-txt-file-without-any-delimiters-and-column/m-p/1636682#M596159</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2019-10-17T12:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to import a txt file (without any delimiters and column labels) into Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-import-a-txt-file-without-any-delimiters-and-column/m-p/1636699#M596160</link>
      <description>&lt;P&gt;Hi Frank and thanks for the fast reply.&lt;/P&gt;&lt;P&gt;I've tried your solution but, when i reload the script, is displayed a script error "Field not found error - Field '@1:3' not found".&lt;/P&gt;&lt;P&gt;How can we solve it?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mattia&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 13:00:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-import-a-txt-file-without-any-delimiters-and-column/m-p/1636699#M596160</guid>
      <dc:creator>Mattia</dc:creator>
      <dc:date>2019-10-17T13:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to import a txt file (without any delimiters and column labels) into Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-import-a-txt-file-without-any-delimiters-and-column/m-p/1636703#M596161</link>
      <description>&lt;P&gt;you need to split the fields like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fvfd.gif" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/21799i3CE4BB6A856F9CEA/image-size/large?v=v2&amp;amp;px=999" role="button" title="fvfd.gif" alt="fvfd.gif" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 13:03:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-import-a-txt-file-without-any-delimiters-and-column/m-p/1636703#M596161</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2019-10-17T13:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to import a txt file (without any delimiters and column labels) into Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-import-a-txt-file-without-any-delimiters-and-column/m-p/1636717#M596162</link>
      <description>&lt;P&gt;Oh, yes! Thanks for the video tutorial, Frank! Now, it works.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you SO much for taking the time to point me in the right direction.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In the next month, when i'll have another txt file, i'll need to rewrite the script or i'll just import the txt file under this script in a similar way to concatenating tables (because iìll have the same structure, fields and characters)?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If i need your help for another problem, can i send you a private message?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Have a nice day!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Mattia&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 13:26:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-import-a-txt-file-without-any-delimiters-and-column/m-p/1636717#M596162</guid>
      <dc:creator>Mattia</dc:creator>
      <dc:date>2019-10-17T13:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to import a txt file (without any delimiters and column labels) into Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-import-a-txt-file-without-any-delimiters-and-column/m-p/1636746#M596163</link>
      <description>&lt;P&gt;if your next month txt file has the same structure you can use the same script&lt;/P&gt;&lt;P&gt;and, like you said, just concatenate the two tables.&lt;/P&gt;&lt;P&gt;If you need assistance feel free to send me a private message&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 13:54:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-import-a-txt-file-without-any-delimiters-and-column/m-p/1636746#M596163</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2019-10-17T13:54:58Z</dc:date>
    </item>
  </channel>
</rss>

