Skip to main content

I have a shape file which has several names in it. These names comes under 6 departments. So i want to create an attribute named as department. I have the csv file where it is mention which name comes under which department.

You can use a DatabaseJoiner to do that, or if you are already reading the CSV into FME a FeatureJoiner or FeatureMerger.

 

In all cases you can set the column(s) to join on.


Reply