I am trying to import a file where the data can be either text or numbers in the same field i.e., a "Status Code" can be "2" or "2A".
I set the field type as "text" but it still only accepts the number format and throws out any text in the error report. Should I convert all input data to text...