Trying to upload a GeoJSON file to ArcGIS using the append method. One of the fields in data, the id, is supposed to be a string. However, during or after the upload process, the id values appear as large numbers in scientific notation (e.g., 1.374023E+18), instead of as regular strings.
In both GeoJSON and ArcGIS the field type is string only.