Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Loading Txt

Hey,

I'm having problems loading txt files.

i simples txt file with:

Load

Cod,

name

From

(txt, utf8, embedded labels, delimiter is '\t', msq);

When im reloading its says that maybe is not a supported file for Qvw

2 Replies
Not applicable
Author

Try "codepage is 1252" instead of "utf8"

Not applicable
Author

Did you wrote the right file path and file name with extension ?

The script you pasted misses the "\" (and maybe the ".txt").

LOAD Cod,

     name

FROM

(txt, utf8, embedded labels, delimiter is '\t', msq);

Can you verify your file is in UTF-8 ?

Can you upload your file with at least the 1st line (header) and a fake other line ?