Skip to main content
Question

Attribute editing when reading a feature-classes from an excel spread sheet

  • June 5, 2018
  • 1 reply
  • 23 views

I currently struggling to get the wanted attribute output in my Writer(FGDB).

This is a brief of the current work-space.

 

Reader (Excel Spreadsheet with file-paths) into a Feature Reader (using User Parameters created from the Excel) -Then into A Feature Writer (FGDB using user parameters from the Excel). This currently runs and works however the features created only contains the data/attributes from excel file, I want only the attributes from the feature-class. When Inspecting the Feature reader there is the attributes from the loaded features but I cant interact with them using any known transformers atm.

Any suggestions?

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

lars_de_vries
Forum|alt.badge.img+10

As I understand correctly, the attributes of the features read are only visible in de Feature Inspection window in the Data Inspector.

If that is the case, you should expose your attributes either in the FeatureReader transformer or you should use an AttributeExposer transformer to make the attributes visible in your workspace.