Extract XYZ data from single row

Hi all,

I have a list with multiple rows, each representing a line. Each row contains XYZ coordinates for Start point and XYZ coordinates for End point.

How can I extract this data and create a line from it?

HI

use split

Perfect! Thank you