Looking for tips/suggestion to view a dt from the Locals panel.
You can get a preview of a DataTable (dt) from the locals panel when debugging. (see image 2)
When I want/need to see the dt I will copy it into a notepad file and remove the square brackets. Then copy it into a csv and then open it in excel. This can take a bit longer than what I want This gets more complex when you have a big datatable with blank column values etc.
Is there any faster options/tips to view a dt when copied from the locals panel? Any suggestions would be welcome.
Hi @Steven_McKeering
I am wondering that you can write directly to excel using write range activity.May I know why do you need to copy it from local panel?
At this time, it seems no ways except manipulate and modify the string…
I think it would be good to have a feature like DataSet/DataTable Visualizer of Visual Studio.