When I Streamwrite chart data, if the script involves multiple data series, the CSV output will have multiple lines for each bar.
Would you happen to know a way to avoid this from the outset? I don't mind cleaning up the data, and I suppose I could figure out a C# approach to do that, but it would be easier if the CSV just came out with a single row per bar.
I would greatly appreciate any help!
Thank you

Comment