You can also rename a csv file to a txt file before opening it, then import the .txt as a csv. For example, rename abc.csv to abc.txt and import abc.txt and specifying the import file type as comma delimited. You can then open the txt file without suppressing leading zeros.