Dear all,
I Have a schema mapper transformer that is defined based on an external oracle table
The external table have a column_name destination_attribute_type where I defined the data type of the file to be translated.
Is there any specific reason why "fme_int32" of the oracle table is not converted to "long integer"
For the shape files, the field data type of "fme_int32" yields to a data type "double" with length equal to 11.
Thanks