We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): GISNET-1410
You can obtain Paid Support services if you need support on a priority basis, along with the direct access to our Paid Support management team.
Do I need or you suggest paid support for this issue to be resolved? No rush on my side for now, but it is a good addition to the product that will benefit all I think. .
We added a new ‘TypeName’ field that explain the attribute type. So, we didn’t expand enum ‘AttributeDataType’ and docs about it has not been changed. When Gdb file is reading the ‘TypeName’ field is set depend on ‘GdbFieldType’ of column of file.
So, if ‘GdbFieldType’ is ‘Int16’ then we set the ‘TypeName’ field is ‘Short’.
Other example, if ‘GdbFieldType’ is ‘Xml’ then we set the ‘TypeName’ field is ‘Xml’.