Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
padmanabhan_ram
Creator II
Creator II

Finding an Issue while loading a text File

HI,

I am trying to load the attached text file in QlikView with delimiter as comma, after loading the text file in QlikView I do not get the desired output, the values are getting misplaced.

I guess it's a qualifier issue.

How can I specify the qualifier in QlikView while loading the text file.

Thanks and regards,

Padmanabhan

5 Replies
Anonymous
Not applicable

I see the problem with the text file layout.  The attached version works.

rubenmarin

Hi Padmanabhan, to specify the delimiter you can use:

LOAD ...

FROM

[.\test.txt]

(txt, codepage is 1252, embedded labels, delimiter is ',', msq);

As Michael saids, there was a problem in txt, it has 2 rows instead of 1.

padmanabhan_ram
Creator II
Creator II
Author

Thanks for the response Michael.

But we receive the source file in the format of 'test.txt' where a record continues in the second and third line. It's like each record will occupy multiple lines in the text file.

So are there any solution in QlikView to get the desired output.

Thanks,

Padmanabhan

Anonymous
Not applicable

It depends...  Maybe you'll be better of with some 3rd party tools that I don't know of, but QV has a lot of functionality which may help.  See the attached example (I used your text file, and added another record in two lines, same structure).

Not applicable

Did you mess with Quoting options?

Capture.PNG