Skip to main content

Hi all,

 

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

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.


Reply