Hi,
in the record information you can nicely see data types (uint8, buffer, date, time, varchar) for all available attributes when selecting an individual feature:

However, when accessing these information in Python we only get the basic types:

Would it be possible to also get the full list of data types in Python?
In my current use case, I’m supposed to convert all date attributes to another format. Since it’s a generic workflow, I don’t know in advance which attributes are containing dates. When looking at the schema feature I can see that the data types have been recognized correctly by FME. There is just no way easy way to get that information for each feature.
Kind regards,
Dennis



