Hello, this is a pretty basic question, but I have been wracking my brain as to how to do it.
When I read data from an XML file, it treats each value in my data as a new feature/row. This means that when I convert the features into CSV format, I get one value per line, as opposed to a long string of values delimited by commas. (see the two pictures to get a sense of what I mean). Is there an easy way to fix this? The basic solution in something like excel would be to transpose the data, but there doesn't seem to be a simple functionality for that.

(Additionally, if anyone after looking at my workspace has a better way to get my 'msec' values to be first in the csv, I'm all ears!)
Any help would be appreciated!

I've tried list concatenator, but it seems as if the csv writer just ignores all the y values from the list and just returns the msec?