ArcGIS Pro 3.2.2
I am importing about 72,000 rows of data that include addresses. This is from a CSV file that is created from a database and is in plain text with no data type associated. When we import the file to ArcGIS Pro, a large amount of zip codes show as NULL, when they are actually something like 12345-6789. Pro is setting the data type to a long integer and then dropping any values with a dash in it. We cannot figure out how to get Pro to import them as a 10 digit text type. When we try exporting it and changing the data type to text, it does not affect the missing values - so this seems to be happening upon import. We can manually change it in Excel before import and that fixes it; however, we are trying to automate this procedure in the model builder and need a better way.
Thanks!