Howdy folks:
I am working with ArcGIS Online and have imported a GeoJSON file we generated from some Drone metadata. One of the fields in the data is the mission date for the drone flight. This is stored in the GeoJSON file in the format: YYYYMMDD
For example: 20230612
When I create a Feature Layer from this GeoJSON file, the field is turned into an integer data type. When the data is displayed in a map, commas are inserted as if this were an integer.
For example: 20,230,612
When I look at the Fields display and click on this field I can see the Type: Integer. I can change the Field Value Type to Description or Name but that does not influence how the data is displayed.
Is there a way to edit the underlying data types of fields in the GeoJSON file?
Any other tricks I can try to get the data to display without the commas?
Thanks in advance for any suggestions.