Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

ê as delimiter not working in 11.2 sr3

   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.

5 Replies
rbecher
MVP
MVP

Hi John,

change to UTF8:

(txt, utf8, no labels, delimiter is \xEA, no quotes, header is 1 lines);

- Ralf

Astrato.io Head of R&D
Not applicable
Author

Thx Ralf.  I tried that with no luck.

rbecher
MVP
MVP

Strange, it works with attached example. Maybe you upload some sample data from your site..

Astrato.io Head of R&D
Not applicable
Author

What version of qlikview?  It worked until I upgraded.

rbecher
MVP
MVP

I have same version: 11.2 SR3, tried with desktop

Astrato.io Head of R&D