![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Help, I'm going mad with this. When importing a CSV file, DTS appears to ignore that I've told it that text fields are quoted and where a quoted field contains a delimiter, it's simply split that field into two, making the transformation stop due to "extra" fields.... Please, any thoughts appreciated before I quit........ ![]() Thanks in advance. |
#3
| |||
| |||
|
|
Cagey, MS put too much of intelligent guessing into it. Would old fashioned bcp/bulk insert task work better? Ilya "Cagey" <k@c.com> wrote in message news:uGPxkeM%23EHA.3756 (AT) TK2MSFTNGP14 (DOT) phx.gbl... Help, I'm going mad with this. When importing a CSV file, DTS appears to ignore that I've told it that text fields are quoted and where a quoted field contains a delimiter, it's simply split that field into two, making the transformation stop due to "extra" fields.... Please, any thoughts appreciated before I quit........ ![]() Thanks in advance. |
#4
| |||
| |||
|
|
Unfortunately there's a lot of field manipulation occuring during the import. It's a typical case of: dts worked during testing, initial imports etc... and fails on one file of many Ilya Margolin wrote: Cagey, MS put too much of intelligent guessing into it. Would old fashioned bcp/bulk insert task work better? Ilya "Cagey" <k@c.com> wrote in message news:uGPxkeM%23EHA.3756 (AT) TK2MSFTNGP14 (DOT) phx.gbl... Help, I'm going mad with this. When importing a CSV file, DTS appears to ignore that I've told it that text fields are quoted and where a quoted field contains a delimiter, it's simply split that field into two, making the transformation stop due to "extra" fields.... Please, any thoughts appreciated before I quit........ ![]() Thanks in advance. |
#5
| |||
| |||
|
|
Cagey, You can skip field manipulation for later and for now insert the data into a staging table. Do all your manipulations going from staging table into the destination. Ilya "Cagey" <k@c.com> wrote in message news:%239BMm2j%23EHA.1936 (AT) TK2MSFTNGP10 (DOT) phx.gbl... Unfortunately there's a lot of field manipulation occuring during the import. It's a typical case of: dts worked during testing, initial imports etc... and fails on one file of many Ilya Margolin wrote: Cagey, MS put too much of intelligent guessing into it. Would old fashioned bcp/bulk insert task work better? Ilya "Cagey" <k@c.com> wrote in message news:uGPxkeM%23EHA.3756 (AT) TK2MSFTNGP14 (DOT) phx.gbl... Help, I'm going mad with this. When importing a CSV file, DTS appears to ignore that I've told it that text fields are quoted and where a quoted field contains a delimiter, it's simply split that field into two, making the transformation stop due to "extra" fields.... Please, any thoughts appreciated before I quit........ ![]() Thanks in advance. |
![]() |
| Thread Tools | |
| Display Modes | |
| |