c# - How to change column delimiter in the exported .csv file of the Concurrency Visualizer Thread View, in Visual Studio 2012? -
i need change column delimiter character of .csv exported file of concurrency visualizer thread view. i'm using c#, in visual studio 2012, on windows 7 ultimate.
the problem csv file uses comma , character, separate columns, , in numbers. brings confusion statistics software, including microsoft excel. symbol cannot tell if 2000,22 float number or 2 columns (the first 2000 value, , second 22 value). tried open these files microsoft excel , spss v19, using comma (,) or space columns delimiter, not same table exported concurrency visualizer.
i'm doing investigation requires measuring code block in milliseconds, why i'm using span of concurrency visualizer. need statistically process duration of spans, sure code getting right results. why using csv export feature, in concurrency visualizer thread view.
the semicolon character ; nice column delimiter, because eliminates ambiguity.
the csv file exported concurrency visualizer thread view can great tool software investigation, once solve this.
Comments
Post a Comment