Quick and easy question I hope: does FME 2024.2 support the new ArcGIS Online data types (Date Only, Time Only, Timestap Offset and Big Integer) as described here: https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/time-is-on-your-side-with-new-field-types-in-arcgis-online/
Yes on the gdb writer.

No for the API writer.

Checked using 2024.2.1.0 (20241202 - Build 24801 - WIN64)
I’ve used the time only and date only fields in FME 2023.2 as well.
Just make sure the arcgis running on your PC complies.
Thanks
Don’t use them! It will only be the start of your troubles. Relates cannot use BigInteger keys. Many other Esri tools will fail with these new datatypes.
Don’t use them! It will only be the start of your troubles. Relates cannot use BigInteger keys. Many other Esri tools will fail with these new datatypes.
That's good to know, this is a question coming from one of our clients, I'll pass this on.
Don’t use them! It will only be the start of your troubles. Relates cannot use BigInteger keys. Many other Esri tools will fail with these new datatypes.
That's good to know, this is a question coming from one of our clients, I'll pass this on.
haha I had a similar question from a client.
End result:
the date and time fields types ended up as char….. 🤦
(and a seperate datetime field)