I’m trying to export a csv of some vector points, and just struggling to get it in the right format. I have a large spread of 3d points, and I need to add a carriage return after each point in the csv.
0.0000,0.0900,0.0900
0.0800,-0.1200,0.1500
I’m working in VL, so already have all the points prior to accumulation, and the thought was to convert each set of 3 vectors into a string, separated by commas. And then after the accumulation, join the string separated by a carriage return.
I’ve done a very crude manual process to pull the first two points out in vvvv, but would like to have this all in VL of course.