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: 
ronaldwang
Creator III
Creator III

special character Æ as delimiter

in the file I receive that I want to upload to Qlikview , Æ is used as delimiter. how can I make the file readable to qlikview? thanks

6 Replies
devarasu07
Master II
Master II

Hi,

you can try like this?

LOAD SubField(ColumnName, 'Æ') AS FieldName RESIDENT TableName;

ronaldwang
Creator III
Creator III
Author

Hi Devarasu, currently Æ is not yet in any column and it is a supposed separator in a line of text.

devarasu07
Master II
Master II

Hi,

Would be able to share some mock data and expected results. Thanks

qliksus
Specialist II
Specialist II

Maybe you can  try with the statement like the below

LOAD @1

FROM

[File]

(txt, unicode, no labels, delimiter is  'Æ', msq);

techvarun
Specialist II
Specialist II

I don't think Æ is a special character and can be used as a delimiter.

May be you can replace all Æ with some other special character or you can share some sample file to check the possibilities to extract the data out of your file. 

dinuwanbr
Creator III
Creator III

Hi,

Is it possible for you to upload a sample dataset?

Rgds,

Dinu1