Select Parts by Item number

Hi,

I am very new to Dynamo so my question may sound silly.

I am trying to select Fabrication Parts based on their “Item Number”. (RED BOX)
The item numbers are coming from a CSV file.

So the basic process is that I want to read the CSV.
Select all Fabrications Parts
Then Filter the parts selected based the Item Numbers that came from the CSV File. (BLUE BOX)

Results are always False.

Thanks.

Hi.
you can download spring nodes package and use Springs.Dictionary.ByKeysValues node.
image

1 Like

You are probably comparing strings and numbers. You can convert the types like this:

1 Like

Final Solution