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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

read whole file at once

Hi 

I'm having a input text file of 200 mb more or less with one single line data
And that input file contains a header...that header can exist at any point of the file...first position, middle position or at last
So due to memory issue can occur...I cant load whole file into talend in once
so is there any way I could read chunks of data from file and load into talend then match with my lookup file
and chunks will keep moving into talend till I dont find my header
once I find...next chunk should not come...!!

Is it fine If I use tfileinputraw component to read whole file(200 to 300 MB) in one go with enable input stream editor and then convert that object type to string and use that string with my lookups ?

Memory issue can occur with this much of file size having single line containing all data in talend ?

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hi,
Did you get "Outof memory" issue when use  tfileinputraw component to read your whole file(200 to 300 MB)?
If so, have you tried to allocate more memory to your current job by editing the JVM parameter in the "Run " view to see if it is Ok with you?
Best regards
Sabrina