ASH will pull in whatever you tell it exists in the file. If you tell it that the file has strings instead of ints, it will pull in the ints as strings instead. Alternatively, you could potentially add a new third to your record definition and have both string and int. Up to you.