hi guys,
got a stored procedure that returns data dependant on a variable, (i pass in a code dependant on what i want to see etc)... have set up a SSIS package to automate this - to run the procedure, return the results and stick them in a csv file attachemnt to an email that is sent etc.
However... as the data returned is dealing with addresses, some of the feilds have commas within them and so are being treated as a new column when converting to csv.
is there anyway to handle this?
cheers,
Dan
got a stored procedure that returns data dependant on a variable, (i pass in a code dependant on what i want to see etc)... have set up a SSIS package to automate this - to run the procedure, return the results and stick them in a csv file attachemnt to an email that is sent etc.
However... as the data returned is dealing with addresses, some of the feilds have commas within them and so are being treated as a new column when converting to csv.
is there anyway to handle this?
cheers,
Dan