Trying to create an output file as a csv that is being transported as a blob to a SFTP server. I need to be able to place three resultant "rows" of data -

into an output that will place each of those into separate columns in a csv output, like this below -
Required output
I know this likely involves the Summary tool as a concatenate function with \t as the delimiter. Trying multiple iterations of this, I'm not getting it to tab into the different columns as desired.

Getting the "List" data into a single row is being done via a Cross Tab with a space as the separator in this sample, but I've tried combos of \t, \0 delimiters to no avail. I think this is close, just need a nudge to get it over the edge!
Thx