I have created a VB module from the DTS wizard. It takes a table and spits out a text file. That part seems to work great, however, the file still need to be manipulated so it can be used in another program.
I currently get the file in the form:
-118.122, 22.122
-112.234, 54.123
and I need it in the form:
point -118.122, 22.122
point -112.234, 54.123
Can this be done within the DTS structure as the file is made or do I need to continue to manipulate the file after it has been created?
Thank You!
I currently get the file in the form:
-118.122, 22.122
-112.234, 54.123
and I need it in the form:
point -118.122, 22.122
point -112.234, 54.123
Can this be done within the DTS structure as the file is made or do I need to continue to manipulate the file after it has been created?
Thank You!