CVS of vector points

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.

image

can you share your vl document so we can see where you are?

fibonacci sphere.zip (19.3 KB)

For beta it would be:
image

For gamma/vl:
I used CLRF instead of CR here, because VL IOBoxes don’t display CR @joreg
image

@joreg. I just opened this in beta40. When I righclick the vl patch, it opens but no timings and values are shown in the tooltip.
image
image
I have to reload (ctrl+r) the vl patch for them to show up.
image
image

And another possibility:
image

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.