I wonder would anyone out there be able to help.
I currently import a text file into a SQL table using a small VB executable which calls a DTS package. However the organisation that sends the file has now changed its format. It now includes two different sets of records, each having a different number of fields.
If I could find a way to split the text file it would be a simple matter of running two DTS packages. The records are identified by the first field being either a J or a I.
John
I currently import a text file into a SQL table using a small VB executable which calls a DTS package. However the organisation that sends the file has now changed its format. It now includes two different sets of records, each having a different number of fields.
If I could find a way to split the text file it would be a simple matter of running two DTS packages. The records are identified by the first field being either a J or a I.
John