Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I keep all my load scripting in external qvs files. Typically my ETL QVW file contains only one line of code with (include=) command.
In development stage I satisfied with this configuration.
One annoying detail is that I cannot configure locale for such "include files".
My load scripts contain many Russian names for fields and so on. Load scripts (qvs files) saved with ANSI win1251 codepage run successfully with include statement.
But scripts saved in UTF8 does not run properly.
I think it is related to the fact that I'm on Windows with Russian locale (win1251) on my desktop and on server.
In deployment phase - IT staff on side of client frequently prefer to use windows servers with english locale. So currently deployment is complicated for me.
I would be happy always to keep all my scripts in utf8 (as rest of resource files used in project).
Maybe somewhere there is parameter for include files encoding?
Well, after nine months I've found a solution.
QlikView works corrently with UTF-8 encoded files if they have BOM header.
So for example in Sublime text you may choose menu item File -> Save with encoding -> UTF-8 with BOM
Well, after nine months I've found a solution.
QlikView works corrently with UTF-8 encoded files if they have BOM header.
So for example in Sublime text you may choose menu item File -> Save with encoding -> UTF-8 with BOM
Thanks for coming back to reply to your own comment this saved my bacon.
Thanks!
I had the same problem and your solution worked for me too!