Solved
Reg: Field Name getting Renamed and no value is carried over
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 ??
Best answer by david_r
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
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.
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.

