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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

DataStage Migration to Talend

I 'm working on a project for migration of DataStage to Talend and looking for the Talend equivalent of HashFile, indexed binary file that is used for very fast lookup purposes. Does anyone know? Or is there an acceptable workaround or has someone allready created a job that does similar things?
Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hello,

With talend, you haven't need Hash File for lookup : use a tMap, the first input link is the main link, other input are lookups.

by default, tMap use memory to manage lookup. You could check "store on disk" for use tmp file.