Solved

Change name of Feature Class in Dynamic GDB

  • 11 October 2017
  • 4 replies
  • 9 views

Badge

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?

icon

Best answer by david_r 12 October 2017, 09:35

View original

4 replies

Badge +2

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

Badge

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

 

 

Userlevel 4

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

Badge +2
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

 

 

Reply