Question

Add one field with values from existing attribute table to another existing attribute table.

  • 12 August 2021
  • 1 reply
  • 17 views

Add one field with values from existing attribute table to another existing attribute table. Can any one help me with this problem.attri


1 reply

Userlevel 4
Badge +26

The FeatureJoiner should work for this.

Make sure that Shapefile2 is going into the LEFT side and Shapefile1 is going into the RIGHT side. Before the FeatureJoiner remove all the attributes from Shapefile1 that you don't want to be joined (Make sure that you still have the attribute which you want to use to do the join though).

In the output writer/feature type for Shapefile2, be sure that the schema definition is set to Automatic (not manual).

Note: be sure to output to a new location so you don't overwrite the original in case anything goes wrong

 

Reply