| Message |
A csv file is just a text file. There is no way to assign a field type. If you want the items in the comma-delimited list to be read as text no matter if they are numeric or not, enclose the values in quotes.
Example:
ID,OwnerName,HouseNumber,Street
"0001","John Doe",319,"Main Street" |