Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all, We just upgraded to 11.2 sr3 and one of our scripts stopped working.
It looks like this version is not excepting ê as the delimiter. It won't parse the data. Just loads all data in one field.
This is the clause we previously used and worked:
from [$(datasource_directory)\Flat Files\pv_td_ship_to_address_ff.txt]
(txt, codepage is 1252, no labels, delimiter is \xEA, no quotes, no eof,header is 1 lines);
Anybody know why this might happen all of sudden.
Hi John,
change to UTF8:
(txt, utf8, no labels, delimiter is \xEA, no quotes, header is 1 lines);
- Ralf
Thx Ralf. I tried that with no luck.
Strange, it works with attached example. Maybe you upload some sample data from your site..
What version of qlikview? It worked until I upgraded.
I have same version: 11.2 SR3, tried with desktop