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: 
Raghu31
Contributor
Contributor

tFileMSInputPositional not able to connect to tCreateTemporaryFIle

HI,

I have used tFileMSInputPositional to extract Header, Trailer & Details records as three schemas.

I need to Join Header and Detail records but unfortunately i am not able to map the lookup for tMap.

So i thought of creating three temporary files using tCreateTemporaryFile, which can be deleted after the Job run, Join them using these temp files.

But i am not able to link

tFileMSInputPositional with tCreateTemporaryFile.

Can you suggest why?

Thanks,

Raghu Hari

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi

You can cache each schema data into memory using tHashOutput, and then read the data back using tHashInput in next subjob and do the join. eg:

tFileInputMSPositional--header--tHashOutput1

--Details--tHashOuput2

-Trailer--tHashOutput3

|onsubjobok

tHashInput1....tMap......

|lookup

tHashinput2

 

 

Regards

Shong

View solution in original post

1 Reply
Anonymous
Not applicable

Hi

You can cache each schema data into memory using tHashOutput, and then read the data back using tHashInput in next subjob and do the join. eg:

tFileInputMSPositional--header--tHashOutput1

--Details--tHashOuput2

-Trailer--tHashOutput3

|onsubjobok

tHashInput1....tMap......

|lookup

tHashinput2

 

 

Regards

Shong