With SSIS, the flat file connection manager messes up with csv files having "," in values in the range of thousands -
i had data in csv file, appears in notepad this:
in ssis, when try load file in delimited format, data appears in preview gets messed due commas occur in numeric values, eg. in thousands , millions. data looks this:
is there way in problem can taken care of in connection manager ?
thanks!
use text qualifier
shown here:
this take care of columns have quotes inside. gets bad csv data, , i've had resort script components doing cleanup, that's rare.
Comments
Post a Comment