I have a workflow that I need to output as an xlsx file and then as a pipe delimited csv, and then either add the single csv column to the end of the xlsx file, or make it sheet2 in the same file. Using the Block Until Done tool I can get the 2 files outputted the way I want, but I don't know how to combine them in one of the ways I described..
Also, the csv portion would need the rows to end in a pipe, so the blank column is there, and I can manually remove the Col 6 heading after output
