Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi , Saw this post is this issue somehow solved as i also have a similar problem ...i want to read excel files with records more than 200k or even more & size is around 65mb-200mb , what is the process for reading these files in talend i am running into java heap space error , i have tried increasing the jvm parameters but getting the same error.
Is there any resolution to this.
@Rishab Raghav , try the tFileExcel components shared by jlolling on Talend Exchange, read only a certain number of rows at a time by set the Row start index (starts with 1) and Limit rows to fields, do a loop to read the file several times until all rows are read, set the Row start index (starts with 1) field with a context variable.