I have a set of nodes i wish to clip using a county boundary. I have used a reader for the nodes and a reader for a county boundaries. As the boundaries are split by county name I have used a 'where clause' parameter to clip only nodes that fit the clause.. [COUNTY_NAME] ='SOMERSET'.
I then feed the output into into the Clipper input on the Clipper tool in FME. The Clippee input is being fed with the output from the nodes.
I then feed the 'Inside@ output into a writer to create a shapefile.
From this I was hoping to get only nodes that fall in the County of Somerset.
When I run FME there are no features written, no output in the destination output directory.
I also get this error message in the log..
'No clipper supplied, all clipees will be treated as OUTSIDE'
So maybe there is an issue with the where clause syntax?
Any help would be appreciated.
Thanks,
Ray