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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
deepakqlikview_123
Specialist
Specialist

delimiter is '|'

Hello All,

Please find attachment.

My  delimiter is '|' can you please suggest what to select in custom settings so that I will get each column separately in QVW file.

In file.Please share procedure

Thanks,

1 Solution

Accepted Solutions
amit_saini
Master III
Master III

Deepak,

Follow:

Thanks,
AS

View solution in original post

4 Replies
Anonymous
Not applicable

When you load the file, choose delimiter as custom. You will get a list of delimeters. Select '|' from this list. See attached.

PrashantSangle

Hi,

Use below code

LOAD @1,
@2,
@3,
@4,
@5,
@6,
@7,
@8,
@9,
@10,
@11,
@12,
@13,
@14
FROM test.txt
(
txt, codepage is 1252, no labels, delimiter is '|', msq);

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
senpradip007
Specialist III
Specialist III

PFA. Hope it will help.

amit_saini
Master III
Master III

Deepak,

Follow:

Thanks,
AS