<?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: Storing txt file to &amp;quot;UTF-8 without BOM&amp;quot; in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Storing-txt-file-to-quot-UTF-8-without-BOM-quot/m-p/612123#M683265</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Place the code in a vbsfile: For instance utftoansii.vbs&lt;/P&gt;&lt;P&gt;If you have Publisher I would set up an external program task that runs after your reload is finished.&lt;/P&gt;&lt;P&gt;Syntax : cscript.exe utftoansii.vbs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could place it in QV also, open the macro dialog Ctrl-M and add the code.&lt;/P&gt;&lt;P&gt;Trigger the code in OnPostReload. You have start your reload with a batchjob though.&lt;/P&gt;&lt;P&gt;qv.exe /r app.qvw since Publisher doesn't run triggers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Feb 2014 07:47:35 GMT</pubDate>
    <dc:creator>jerrysvensson</dc:creator>
    <dc:date>2014-02-21T07:47:35Z</dc:date>
    <item>
      <title>Storing txt file to "UTF-8 without BOM"</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-txt-file-to-quot-UTF-8-without-BOM-quot/m-p/612120#M683258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I store one field from a resident table loaded from a qvd to a txt file (I've also tried csv).&lt;/P&gt;&lt;P&gt;This txt file is saved with the UTF-8 BOM encoding. &lt;/P&gt;&lt;P&gt;The problem I have with this is that the file contains paths to images that I automatically convert with IrfanView (through the command line). But IfranView throws an error: "Can't read file header" because of the first BOM bytes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know of a way to automatically remove the BOM or can I change the store option? I've tried a bom remover tool but it had no "silent option" which is not an option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Thorsten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 14:43:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-txt-file-to-quot-UTF-8-without-BOM-quot/m-p/612120#M683258</guid>
      <dc:creator />
      <dc:date>2014-02-20T14:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Storing txt file to "UTF-8 without BOM"</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-txt-file-to-quot-UTF-8-without-BOM-quot/m-p/612121#M683261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could this help?&lt;/P&gt;&lt;P&gt;You can do this in a separate vbs script after your reload.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/450027"&gt;How store txt in ANSI ?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 15:12:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-txt-file-to-quot-UTF-8-without-BOM-quot/m-p/612121#M683261</guid>
      <dc:creator>jerrysvensson</dc:creator>
      <dc:date>2014-02-20T15:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Storing txt file to "UTF-8 without BOM"</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-txt-file-to-quot-UTF-8-without-BOM-quot/m-p/612122#M683263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jerry,&lt;/P&gt;&lt;P&gt;do I put this script in a module or in the script and how would I call it then? Load, Execute, Call? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 07:41:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-txt-file-to-quot-UTF-8-without-BOM-quot/m-p/612122#M683263</guid>
      <dc:creator />
      <dc:date>2014-02-21T07:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Storing txt file to "UTF-8 without BOM"</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-txt-file-to-quot-UTF-8-without-BOM-quot/m-p/612123#M683265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Place the code in a vbsfile: For instance utftoansii.vbs&lt;/P&gt;&lt;P&gt;If you have Publisher I would set up an external program task that runs after your reload is finished.&lt;/P&gt;&lt;P&gt;Syntax : cscript.exe utftoansii.vbs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could place it in QV also, open the macro dialog Ctrl-M and add the code.&lt;/P&gt;&lt;P&gt;Trigger the code in OnPostReload. You have start your reload with a batchjob though.&lt;/P&gt;&lt;P&gt;qv.exe /r app.qvw since Publisher doesn't run triggers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 07:47:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-txt-file-to-quot-UTF-8-without-BOM-quot/m-p/612123#M683265</guid>
      <dc:creator>jerrysvensson</dc:creator>
      <dc:date>2014-02-21T07:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Storing txt file to "UTF-8 without BOM"</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-txt-file-to-quot-UTF-8-without-BOM-quot/m-p/612124#M683268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to process the txt file before the reload has finished. I'll try to find some tool that I can execute automatically.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 08:49:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-txt-file-to-quot-UTF-8-without-BOM-quot/m-p/612124#M683268</guid>
      <dc:creator />
      <dc:date>2014-02-21T08:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Storing txt file to "UTF-8 without BOM"</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-txt-file-to-quot-UTF-8-without-BOM-quot/m-p/612125#M683270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this little tool does it for me:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.mannaz.at/codebase/utf-byte-order-mark-bom-remover/" title="http://www.mannaz.at/codebase/utf-byte-order-mark-bom-remover/"&gt;http://www.mannaz.at/codebase/utf-byte-order-mark-bom-remover/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 08:58:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-txt-file-to-quot-UTF-8-without-BOM-quot/m-p/612125#M683270</guid>
      <dc:creator />
      <dc:date>2014-02-21T08:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Storing txt file to "UTF-8 without BOM"</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-txt-file-to-quot-UTF-8-without-BOM-quot/m-p/612126#M683271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thorsten,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stupid question: I need an automated process that calls bomremover.exe from the QlikView script, but it requires the user to click Enter before it runs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this how you run it?&amp;nbsp; I'm trying to find/remember how to send an &amp;lt;Enter&amp;gt; command, and coming up empty.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 06:49:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-txt-file-to-quot-UTF-8-without-BOM-quot/m-p/612126#M683271</guid>
      <dc:creator />
      <dc:date>2014-09-02T06:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Storing txt file to "UTF-8 without BOM"</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-txt-file-to-quot-UTF-8-without-BOM-quot/m-p/612127#M683272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nevermind.&amp;nbsp; Found it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works for me:&lt;/P&gt;&lt;P&gt;EXECUTE cmd.exe /c "echo. | c:\Temp\bomremover c:\Temp *.csv";&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 07:58:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-txt-file-to-quot-UTF-8-without-BOM-quot/m-p/612127#M683272</guid>
      <dc:creator />
      <dc:date>2014-09-02T07:58:34Z</dc:date>
    </item>
  </channel>
</rss>

