Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi there,
I have created a very simple job to reproduce the scenario.
tfileinput_excel --> tlogrow
1.) tfileinputexcel: The input file has 1000 rows. Trying to read xlsx file with Event mode to reduce less memory. Tried to limit the row from the file to 50.
When I try to run the job, it is not limiting the output for 50 rows. Instead it runs for all rows.
Any suggestions.
This is a very simple job.
The original Job (which I am working on) tries to read input file (multiple spreadsheets with User mode.) in multiple jobs. The file is quite about 5M. But it throws memory error because of the file size.
I thought to use the Event mode, but Event mode is not working with Limit clause as I described in my example job above.
Hi,
What do you call "Event mode"?
Can you share your job design?
I am assuming you are referring to the generation mode when you talk about user mode or event mode. Irrespective of what this mode is set to, the limit clause should work.
well like @TRF mentioned, we need the job design to identify what's the actual issue..
Hi,
Please find the attached very simple job.
Version: 5.6.1
Build id: V5.6.1_20141207_1530
I have also found one more issue: