Skip to main content
FME newbie here,

 

 

I'm joining taxroll (dbf) data with (shp) parcel data. I'm creating stacked parcels where the parcel number is repeated in the taxroll using a 1 to many join. It works great but I am losing the parcels with a non matching or null parcel numbers. Is there a way to retain the 1:0 polygons and also create 1:M polygons at the same time?

 

 

thanks
Hi,

 

 

The Joiner (1 : M) doesn't retain unmatched features. Consider using the FeatureMerger (Process Duplicate Support: Yes) + ListExploder, or the InlineQuerier with appropriate SQL query.

 

 

Takashi
for example,

 

FeatureMerger + ListExploder:

 

 

 

InlineQuerier:

 

 


works great, thanks

Reply