Question

Manual join for unmatched data.

  • 12 April 2024
  • 1 reply
  • 25 views

Badge

Hi there,

I have a small project where I've performed a join between two tables (Table1 and Table2) using the CityName field as a common identifier.

However, I've noticed some minor inconsistencies in the city names between the two tables, resulting in 10 unjoined features.

Is there a transformer or method available to manually specify that the X row from Table1 should be joined with the Y row from Table2?

Regards

 

 

 


1 reply

Userlevel 6
Badge +33

I would just fix the mismatches in CityName, using a StringReplacer, upstream of the Featuremerger / FeatureJoiner.

Reply