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

Delete a Field after load txt file.

I'm loading a txt fle with 3 fields.

If I do a load of two and on the select is refered the other one system give me an error.

The only that i can do is load 3 fields to solve the error message, but I want to delete the field that i don't need.

What is the best way and the script

Example





G12:

LOAD



C1,

C2

FROM

txt file

(

txt, codepage is 1252, embedded labels, delimiter is ';', no quotes

)

where

C3=1

;



It give me an error because C3 is not located.

Best regards

1 Solution

Accepted Solutions
Not applicable
Author

Error from my SIDE, on select I put variable on lowercase instead uppercase

View solution in original post

1 Reply
Not applicable
Author

Error from my SIDE, on select I put variable on lowercase instead uppercase