I have a field that is made up of alphanumerics , and some have a preceding 0 (zero). Some examples are C99, THK, NOT, PC, 054, 958. I have a selection that has only the numeric looking data; 054 and 958. I output it to CSV file. It drops the preceding 0 (zero) and makes it a numeric data type. Is there anyway to over come this? I need to retain the preceding 0 (zero) and the text data type.