Skip to main content
I have a workspace which loads data from source to destination (ArcSDE SQL Server) using dynamic schema ( same as source data) . I am facing an issue where a source feature class has a field called AREA . The field gets created in the destination feature class  as DatabaseName.OwnerName.TableName.AREA . So it didn't carry over the values from source to destination . Is there any way I can do mapping for that field alone . Is is possible ??

 

 
Hi,

 

 

There might be a format attribute hiding during run-time that creates these prefixes.

 

 

Try inserting an AttributeKeeper before your output feature type, making sure that you only select the attributes you need. That ought to take care of it for you.

 

 

David

Reply