Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I set up a job that loads a file using tFileInputExcel to a MySQL database table and it works correctly.
I then added the tFileList component and set up to iterate through tFileInputExcel. The job picks up the three files in my directory that is referenced in tFileList and loads them correctly into the database. But the job ends with an error:
Exception in component tFileInputExcel_1 : Compound file does not contain the specified stream
any ideas on why this might be?