Skip to main content
Question

Find out matching postal codes from 2 tables

  • January 28, 2021
  • 2 replies
  • 7 views

​I have 2 spatial files with postal codes and I already filtered out the duplicates in each table. I want to match the postal codes in the 2 tables and find out those that are not match.   The 2 fields I want to match are 'ADDR_POSTAL_CODE' and 'POST_CODE' (in 2 different tables).

 

Thanks!

2 replies

Forum|alt.badge.img+2
  • 1891 replies
  • January 28, 2021

@wlau​ You can probably go straight to FeatureJoiner and skip the Matcher. Other approaches to joining data using FME is discussed in this webinar recording.


  • Author
  • 1 reply
  • February 1, 2021

@wlau​ You can probably go straight to FeatureJoiner and skip the Matcher. Other approaches to joining data using FME is discussed in this webinar recording.

​Thanks a lot!  That works like a charm :)