Select a column from a list in text

I am new to Grasshopper. I am trying to input a list of coordinates from a text file into the grasshopper. The list looks like the following:


The first three columns (x,y,z) of the list represent the coordinates of the first point while the last three column shows the coordinates of the second point. That means the first point is connecting to the second point by some geometries.

However, how do I select the columns and use them as coordinates?
Thank you.

1 Like

Use text split white separator then List Item

Hi Laurent,
I was wondering if we could separate the input in triads and then use format in order to creat points.
I created a new question because I wasn’t sure how relevant it was to this one.
Do you have any ideas?

1 Like

I don’t know if it helps @anikolo but for this question but Number to Points is useful

1 Like

it helps a lot!. thanks!

Thank you Laurent! It helps!!

This is also what I am looking for!