FME Desktop 2022: How to specify the type of created attribute field (chr, double, integer, etc.)?
I couldn’t figure out how to specify the type of the attribute field
In the screenshot below, I created the “AreaPercent” attribute but couldn’t figure out how to specify its type. However, as it’s written in a feature class geodatabase, it’s considered as “chr”.
How this can be managed?




If FME can't make a number out of it and you try and do calculations it'll fail (or more precisely, it'll return <null>), so if there is a likelihood of the texts not all being numbers you'll need to account for that, for example with an AttributeValidator