Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
tFileInputDelimited--tMap---tFileOutputExcel_1(file1, sheet1) >>> Establish file1 with data schema (tMap out will do that).
Make sure "Append existing file" is unchecked.
---tHashOutput_2 >>> store tMap out
.
.
.
---tHashOutput_X >>> store tMap out
|
onsubjobok
|
tHashInput_2(read tHashOutput_2)---tFileOutputExcel_2(file1, sheet2) >>> Create by copying tFileOutputExcel_1,
change sheet name and check "Append existing file".
When connecting tHashInput allow target schema
to update tHashInput.
.
.
.
|
onsubjobok
|
tHashInput_X(read tHashOutput_X)---tFileOutputExcel_X(file1, sheetX) >>> Same as at tFileOutputExcel_2