We currently need to import data which is sent in from an outside source. The data is sent in an Excel CSV file.
Where we are running into trouble is that some of the rows in the file have a column which contains a CRLF in it. This causes the DTS package to get an error and all of the subsequent rows to not be imported.
What is the best way to have the CRLF characters in the column removed so the import will succeed?
Unfortunately, we are not able to have them change their export to remove the CRLFs that we don't want.
Any help or suggestions would be greatly appreciated.
Josh
Where we are running into trouble is that some of the rows in the file have a column which contains a CRLF in it. This causes the DTS package to get an error and all of the subsequent rows to not be imported.
What is the best way to have the CRLF characters in the column removed so the import will succeed?
Unfortunately, we are not able to have them change their export to remove the CRLFs that we don't want.
Any help or suggestions would be greatly appreciated.
Josh