I'm working on .dgn file.And i convert the .dgn to .gml by FME.But, when i convert the gml file, character tag attributes look intAttribute in gml file.So how can i fix it?
Regards
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.
You can set the data types for the output feature types if you go into their properties (right-click, properties and then check the User Attributes tab). Normally FME will look at the incoming data and make an educated guess as to what the output data types should be, so if those character tags only contain integer numbers it'll most likely make an int out of it.