How to split a string of point coordinates and translate it to Points

Hi everyone, how can I pass text that I have extracted from Excel to XYZ points and so can digitized form?
For example, I have a list of:

-30,-2,4
-32,3,9.75
-36,7,13
-41.5,17,15.5
-43,25,14
-39.5,33,7.5
-33,49.5,0

But what I need is:

(X = -30, Y = -2, Z = 4)
(X = -32, Y = 3, Z = 9.75)
(X = -36, Y = 7, Z = 13)
(X = -41.5, Y = 17, Z = 15.5)
(X = -43, Y = 25, Z = 14)
(X = -39.5, Y = 33, Z = 7.5)
(X = -33, Y = 49.5, Z = 0)

Could someone help me? Thank you very much.

Hi

thanks bro, problem solved. thanks for your help.

Already solved, but for future reference, the Lunchbox package also have this in one of its nodes:

2 Likes

Excellent bro, reduce half of the definition:slight_smile: