Skip to main content
Solved

Using newly created features as input to another written feature

  • January 21, 2014
  • 1 reply
  • 17 views

lorinda
Contributor
Forum|alt.badge.img+6
Not quite sure how to describe this or how to look it up.

 

 

I've got points coming into a point on area overlayer, two different schemas gathering similar attributes.  I'd like to merge them into one csv file by directing the differently name attributes to a common one.  I attempted to write the features to a NULL feature, but then I couldn't figure out how to reuse them in the same workbench file to pass them along to the final output csv file.  I thought that I had seen where you could do this, but don't remember the way of accomplishing it if possible.  Using 2014 on Win 7.

 

 

Can this be done in the same workbench file or do I need to create two files?

 

 

Thanks.

Best answer by david_r

Hi,

 

 

not sure I understand, but can't you just simply rename the attributes (AttributeRenamer transformer) to a common schema before you route them to the CSV writer?

 

 

David
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

david_r
Celebrity
  • Best Answer
  • January 22, 2014
Hi,

 

 

not sure I understand, but can't you just simply rename the attributes (AttributeRenamer transformer) to a common schema before you route them to the CSV writer?

 

 

David