Matching Data

Hi Everyone!

I am trying to get center of gravity values of rhino objects. And write them along with other properties to the excell.

Below I show what I’m trying to do but my CoG values is written to every item line. How can I write to only Weight line?

If you upload your file with the internalized, relevant data, I can show you.

Thanks for answer.

Here is the GH file. I hope this helps standalone because of the commmercial issues, I cannot share the rhino refs.

LISTING_ITEMS.gh (14.3 KB)

Here’s a simplified example, where first a relevant text key (i.e. “CHICKEN”) is searched for, then a new string is composed (i.e. “CHICKEN: CHICKEN FEED”), and finally the old string (i.e. “CHICKEN”) is replaced at relevant locations in the tree.

Internalizing data doesn’t mean that you have to share everything or industry secrets, but you could have shared a relevant example to make helping you easier, for instance the one that was already shown in your screenshot.
You can internalize data by right-clicking on a relevant component input that you want to store the data into, and hit Interalize data.

fill-in.gh (10.6 KB)

Oh thanks a lot. Figure i Cannot copy the relevant data to make your help easier really thanks a lot.