Greetings
I have a project where I import large ASCII files with many fields, 1 of which is an account number. The application which generates the ASCII file allows some duplicate named records with the same acct number, replacing the last charactor with a letter based on the its value (A=0, B=1, etc.). The value imports as a 8 space Alpha-numeric field (the first seven digits are the number + the last is the letter code). In order properly use my data, I need to convert the letters back to their number counterparts. I saw (and used) a script for eliminating hyphens from dates which was going use as a template, but I can't find it.
Please Help
Doug
I have a project where I import large ASCII files with many fields, 1 of which is an account number. The application which generates the ASCII file allows some duplicate named records with the same acct number, replacing the last charactor with a letter based on the its value (A=0, B=1, etc.). The value imports as a 8 space Alpha-numeric field (the first seven digits are the number + the last is the letter code). In order properly use my data, I need to convert the letters back to their number counterparts. I saw (and used) a script for eliminating hyphens from dates which was going use as a template, but I can't find it.
Please Help
Doug