Data tree question

Hello
Please see image attached


I need to combine each 0;0 , 0;1; 0;2 and so on
I can do it manually, but i would have to write until 0;150
Is there a way to combine them?
They represent lenght, width and height of wood pieces, then i need to export them to excel with stream content
Thanks for your help

You can stream data from a panel into a *.csv file

Looks to me like a simple Merge would accomplish the task, without any Tree Branch components. You might need a Flip Matrix after Merge?

3. Attach minimal versions of all the relevant files

Merge did the job
I did not now that component would work on this
Thanks so much!

Thanks Martin
I was aware of that
Kind regards

1 Like


thank you Joseph!

Avoid passing data through text panels. Consider text panels as temporary and deletable.

Looking more closely (wish you had posted a GH file), it looks to me like you could Merge the curves and have only one curve Length component?

3 Likes

Great
Thanks again