Hi guys, I have some datas from a sensor on Arduino which shows the three direction x,y,z.
I used serial DAT to get this information, now I want to have these datas separated, one column just for x axis, second for y axis and third for z axis, which node do I have to use to separate them?
hey @Fariba_203, use a convert DAT, and put in “Split Cells at” a character (or a list of characters) to split the string into cells
See example below
Split Data.toe (3.7 KB)
Note that in that first convert1 DAT there’s a space in “Split Cells at”, then I used a comma, and a / in convert 2 and 3
Thanks @FaustoB, it works
1 Like