![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a .csv output from a database which does not use text qualifier. any commas or backslashes in the data are 'escaped' I.e. Field1 Field2 Field3 123 a,b\cd grey would come out like: 123,a\,b\\cd,grey I want to DTS this .csv file into SQL Server, but i need to find and replace the "\," and "\\" 's in the file with something before I do the import. I would like to add this to the DTS package. Can anyone suggest how to do it? Can and ActiveX Script do a find and replace on the file before it moves on to the import step? Thanks Nick |
![]() |
| Thread Tools | |
| Display Modes | |
| |