Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Sasidhar1
Contributor
Contributor

Store Temp data in tMap leads to Jumbling of rows in output

i need to store temp data for tMap lookups (Store temp data : true) as handling huge data.

but that leads to jumbling of rows in output.

0693p000009RfvPAAS.png

tFileInputDelimited -> tMap -> tFileOutputDelimited

tMap has so many lookups. and in each lookup

(Store temp data : true)

input data:

0693p000009Rfr8AAC.png

output data:

0693p000009Rfs6AAC.png

it can be observed in above screenshots that data in output file is not in same sequence as input file.

i need the rows to be in same sequence as input file.

i dont want to write java code for this. so any components or any other trick that can help??

can anyone help me out!!!!!!!

Thank you in advance..

Labels (3)
3 Replies
Anonymous
Not applicable

Hello,

The tMap order issue is fixed in V 7.3.1. Have you already tried to repro this issue in talend v 7.3.1 to see if it works?

Best regards

Sabrina

Sasidhar1
Contributor
Contributor
Author

Hello sabrina,

Thank you for your response

yeah, actually I am working with talend v 7.3.1 only

-Sasidhar

vikramk
Creator II
Creator II

Hi Sasidhar,

 

As an alternative, you could achieve this by sorting the data with column that you want to see that sorting by using tsortrow after tmap. let me know if it helps