Replace system name by Excel list

Hi !
I’m very new with Dynamo, I’ve read through many of the discussions and tried many of them too but I’m still not sure that I’m doing it right…

I am trying to replace the system type name from Hebrew to English according to an Excel file.

For exemple if the pipe system name is the same as at the list (index 2.1 ) , so the script will replace it with the name at index 3.1
and if the pipe system name is the same as at index 2.2 , so the script will replace it with the name at index 3.2
and so on…

please help!

thanks!!

Hello Roni,

Instead of a SetParameter node, you’re better off using Clockwork’s Element.SetName node.

With Springs Dictionary node you can create Key-Value pairs to align your input for the above node.
image

1 Like

What he said: @T_Pover

2 Likes

great!! thanks!

well now there is a little problem…

in Revit - Families - Pyping System - the values are orginized by A-Z order - and it causing translations mistakes…

any ideas?

Hi!
I need a little help- how to make sure that the text at list #1 index 01
will be replaced with the text at list #2 index 01 ?

thanks!