Hi guys,
I have a point dataset A that is buffered from point dataset B by 50, 100 and 150 metres, with resulting 3 tables.
I want to merge all three tables via unique ID number but I only want each record to display once i.e. a point within 50 metres will be in all three tables, I only want the 50 metre point... a point within 100 metres will show in the 100 metre table and the 150 metre table, I only want the point from the 100 metre table.
Is it better to use multiple FeatureMergers (3) to get the desired output or to use an InlineQuerier. I don't have strong SQL skills so any examples would be appreciated. Using FME 2015.1
Thanks in advance,
Dave.