November 29, 2004 at 9:24 am
What I'm looking for is something that can do the following:
Read from an excel document for field names / lengths and then import a file (or set of files)
An example of the excel document I get is:
Field Name | Start | End | Len. | Values |
Address ID | 1 | 10 | 10 | Numeric |
State Code | 11 | 12 | 2 | Numeric |
State Abbr. | 13 | 14 | 2 | Alpha |
Zip Code | 15 | 19 | 5 | Numeric |
I'm not too concerned about the field type (I generally set them all to default of varchar's anyhow.
Is there something out there than can recursively read through and do something like this? Or is it something that I'll want to have custom written?
Thanks in advance.
December 2, 2004 at 8:00 am
This was removed by the editor as SPAM
December 5, 2004 at 2:44 pm
How about these steps
paul
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply