Skip to main content
Solved

Change name of Feature Class in Dynamic GDB

  • October 11, 2017
  • 4 replies
  • 53 views

Forum|alt.badge.img

Hi i am converting DWG to FileGDB and using Geometry Filter, while translating "A" Layer is being divided in three parts i.e A_Point, A_line, A_Polygon similarly "B" layer to B_point, B_line etc.

I want to change the layer names in writer, I am using Dynamic Writer.

Do i need different dynamic writer for each layer or any other option?

Best answer by david_r

Create a new attribute for the output table name and set the schema defintion name as the "old" table name, e.g.

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.

4 replies

pratap
Contributor
Forum|alt.badge.img+12
  • Contributor
  • October 11, 2017

Pass the required value in some attribute (i.e. FEATURE_CLASS_NAME) attribute to the writer and select feature class or table name option based on same attribute


Forum|alt.badge.img
  • Author
  • October 12, 2017

Pass the required value in some attribute (i.e. FEATURE_CLASS_NAME) attribute to the writer and select feature class or table name option based on same attribute

Hi @pratap

 

I have tried the same. But its not working in my case, Can you please share any example workbench?

 

it might the case i am missing something..

 

 

capture.jpg

 

 


david_r
Celebrity
  • Best Answer
  • October 12, 2017

Create a new attribute for the output table name and set the schema defintion name as the "old" table name, e.g.


pratap
Contributor
Forum|alt.badge.img+12
  • Contributor
  • October 12, 2017
Hi @pratap

 

I have tried the same. But its not working in my case, Can you please share any example workbench?

 

it might the case i am missing something..

 

 

capture.jpg

 

 

Kindly review the attached

 

 

safe-dheeraj.fmw