Skip to main content
Solved

Update CAD with Excel

  • June 24, 2015
  • 1 reply
  • 21 views

afod
Contributor
Forum|alt.badge.img+6
Hi,

 

 

I am trying to do a really basic function.

 

 

I have a CAD file which i add an attribute to and populate with the fme_basename.

 

I then have an EXCEL that contains the fme_basename and also another field called 'DESCRIPTOR'

 

 

basically what i want to do it a test where FME says If the fme_basename = the Basename from excel then populate new field with the value from descriptor. I have used an attribute creator with a conditional value but does not seem to work?

Best answer by takashi

Hi,

 

 

The FeatureMerger or the Joiner might help you, if your requirement is to add a descriptor to a CAD feature when its fme_basename matches the basename which is associated with the descriptor in the Excel table.

 

 

Takashi
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

takashi
Celebrity
  • Best Answer
  • June 24, 2015
Hi,

 

 

The FeatureMerger or the Joiner might help you, if your requirement is to add a descriptor to a CAD feature when its fme_basename matches the basename which is associated with the descriptor in the Excel table.

 

 

Takashi