Skip to main content
Question

Add csv data as new attribute

  • December 22, 2021
  • 1 reply
  • 73 views

abinash

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.

1 reply

redgeographics
Celebrity
Forum|alt.badge.img+59
  • Celebrity
  • 3700 replies
  • December 22, 2021

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.