Reputation: 31
I am trying to develop a job that is able to generate 1 Excel-file with two tabs. Basically, what I want to achieve is:
tab 1 is based on input file 1 tab 2 is based on input file 2
I have two input file which contain different query, but end result should be in one excel file with two tab ,one tab for first input and second for input 2.
Upvotes: 2
Views: 1239
Reputation: 1169
One way of achieving this would be a Pentaho Job with two transformations that are processed in order. Only the first transformation creates/overwrites the Excel file in the Microsoft Excel Writer
step.
If output file exists
option to overwrite.If output file exists
option to "Use existing file for writing"That should do the job.
Upvotes: 2