I have a fixed text file with 11 digit numbers that begin with zeros. Here's an example:
DMH000000012910000000129200000001293
DMH000000012940000000129500000001296
DMH000000012970000000129800000001299
I've created a import specification file but Excel drops the leading zeros, even though the specification lists 11 digits. The only way I was able to get it to work was to import it as TEXT. My problem is that I need them as numbers and, since these Excel files will be updated and linked to Access databases, I don't relish the thought of converting the format of the column back and forth from TEXT to NUMBER all the time.
Is there a way to configure the import specification to bring in the numbers as NUMBERS, WITH the leading zeros? If so, how? Thanks.
DMH000000012910000000129200000001293
DMH000000012940000000129500000001296
DMH000000012970000000129800000001299
I've created a import specification file but Excel drops the leading zeros, even though the specification lists 11 digits. The only way I was able to get it to work was to import it as TEXT. My problem is that I need them as numbers and, since these Excel files will be updated and linked to Access databases, I don't relish the thought of converting the format of the column back and forth from TEXT to NUMBER all the time.
Is there a way to configure the import specification to bring in the numbers as NUMBERS, WITH the leading zeros? If so, how? Thanks.