Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
kris_vliegen
Partner - Creator III
Partner - Creator III

Store command in error after upgrade to QV12

Hi All,

We've upgraded our server from QV 11 to QV november 2017.

In the script we use a store command

store Csv INTO $(vFileName)  (txt, utf8, delimiter is ';');

In QV 11.2 it was working fin.

Now we get this error.

Store.JPG

Who can help me with this?

Regards,

Kris

1 Solution

Accepted Solutions
rubenmarin

3 Replies
rubenmarin

Hi Kris, I think you can omit the utf-8, it's by default when you create a txt (csv)

https://help.qlik.com/es-ES/qlikview/November2017/Subsystems/Client/Content/Scripting/ScriptRegularS...

kris_vliegen
Partner - Creator III
Partner - Creator III
Author

Thanks,

indeed, it's not needed.

jonathandienst
Partner - Champion III
Partner - Champion III

You might find that it was always ignored before QV12, but with QV12, the syntax checking is more rigorous and so now throws an error. Anyway, as you noted, it is redundant and can be removed.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein