Hello @janet , this sounds odd. I don't have your exact build installed, the closest I had was 2021.2.0, but I haven't been able to reproduce the issue in this build or older versions. Would you be able to share a sample FGDB?
I used FME to add a date column to an existing FGDB. I noticed that altering the Date attributes TYPE on the writer changed how my data was being read in. For example, if Date TYPE = DATE then dates are read into FME like this: "19010101" (which I believe is FME's internal date format) whereas if Date TYPE = STRING dates are read: "1901-01-01". Might be worth checking if you're creating the dates in FME!
I'm happy to try and take a closer look however! Best, Kailin.
Hello @janet , this sounds odd. I don't have your exact build installed, the closest I had was 2021.2.0, but I haven't been able to reproduce the issue in this build or older versions. Would you be able to share a sample FGDB?
I used FME to add a date column to an existing FGDB. I noticed that altering the Date attributes TYPE on the writer changed how my data was being read in. For example, if Date TYPE = DATE then dates are read into FME like this: "19010101" (which I believe is FME's internal date format) whereas if Date TYPE = STRING dates are read: "1901-01-01". Might be worth checking if you're creating the dates in FME!
I'm happy to try and take a closer look however! Best, Kailin.
Here's a sample dataset where one record has "1900-01-01" according ArcGIS.
I can replicate the behaviour through Data Inspector in 2020.2 (20787), 2019.1.3.1 (19643).
Here's a sample dataset where one record has "1900-01-01" according ArcGIS.
I can replicate the behaviour through Data Inspector in 2020.2 (20787), 2019.1.3.1 (19643).
Hello @janet , thanks for sharing your data! I was able to reproduce the "000000". Unfortunately, this seems to also occur in 2022.0. I think you've stumbled across a bug - I will file a ticket with the development team. I'll paste the bug number on this thread once its created! Best, Kailin.