So, I’m creating lists of revit parameters for export to excel. Some of my parameters contain unit notation (m, m^2), which I want removed or replaced with “0”. Unfortunately, all of the replace/remove nodes that I’ve seen are for strings, not lists. I can imagine two approaches:
-
A node that replace/removes items from a list.
-
A method for applying string nodes to lists.
Thanks in advance,