Solved

I'm trying to filter out Images (PNG format) based on attributes from a shapefile.

  • 9 February 2021
  • 2 replies
  • 2 views

Badge

See attached screenshot. I have a shapefile with Photo_Name attribute (175 features), I apply a tester on the shapefile to filter the features I need (109 features). How can I then select only the 109 required images from the 175 source images - the fme_basename of my images = the Photo_Name.

icon

Best answer by ebygomm 9 February 2021, 17:50

View original

2 replies

Userlevel 1
Badge +21

You can use a FeatureJoiner, send the images to the left port and output from your tester to to the right port and then use Photo_Name as the join on attributes and a join mode of Inner, the images you want to keep will exit the Joined port

Badge

You can use a FeatureJoiner, send the images to the left port and output from your tester to to the right port and then use Photo_Name as the join on attributes and a join mode of Inner, the images you want to keep will exit the Joined port

Brilliant! Thank you, worked perfectly.

Reply