I am writing Python code to import csv files with UK postcodes to ArcGIS file gdb.
The import works fine, however, text fields in newly created table in gdb have length of 8000 characters.
Is there a way to control field properties in a table before importing from csv?