Question

Character Attribute looks Integer in GML file by FME

  • 16 July 2019
  • 1 reply
  • 0 views

Badge

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


1 reply

Userlevel 5
Badge +25

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