Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Data Extraction issue

Hi guys,

               i am not able to fetch data from one file as that is encrypted one. please help me to fetch it.

               please check attached file. Actual sheet contain data i have and result sheet contains result i want.

Thanks,

Ankit

7 Replies
SunilChauhan
Champion II
Champion II

try this

Test:

Load ID,

subfield(CODE,',',1) as CODE,subfield(Value ,',',1) as Value

from path

Concatenate

Load ID,

subfield(CODE,',',2) as CODE,subfield(Value ,',',2) as Value

from path

Concatenate

Load ID,

subfield(CODE,',',3) as CODE,subfield(Value ,',',3) as Value

from path

Sunil Chauhan
SunilChauhan
Champion II
Champion II

see the attched file

Sunil Chauhan
sujeetsingh
Master III
Master III

You can follow the Subfield function concept for your requirement .

Anonymous
Not applicable
Author

Hi if i want result as shown in result2 sheet.

thanks for your suggestions...

SunilChauhan
Champion II
Champion II

see attached file

Sunil Chauhan
renjithpl
Specialist
Specialist

Just an addition to Sunils attachement

renjithpl
Specialist
Specialist

You can use resident function to sunils's script..