Force column from CSV import as Character not Numeric Date
Hello, My input CSV data files have a Character column in the format of: "##.##.##"."##" can be anything from 0 to 99. The issue that I am having is that for most of these combinations, when I import the CSV using a basic "Open(filename)" command, the column converts it to a numeric date type which is not useful for me. I have made patch fixes using Month/Day/Year column functions but I was intere...