Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
// Get the files
tFTPGet ->
// Transform and put first file (lets call it subjob1)
tFileList_1 -> tFileInputDelimited -> tMap -> tFTPPut --onComponentOk->
// Transform and put second file (subjob2)
tFileList_2 -> tFileInputDelimited -> tMap -> tFTPPut --onSubjobOk->
// Delete temporary files (subjob3)
tFileList_3 -> tFileDelete
// Transform and put second file with hacking
tFileList_2 -> tFileInputDelimited -> tMap -> tFTPPut -> tFTPPut_2 --onSubjobOk->