I have created a DTS package to import a text file that I receive from an external source on a weekly basis. The text file is delimited by a verticle bar with no text qualifier. The package runs great up until a certain record which contains a " as the first character after the delimeter. The package quits saying column delimeter not found, but in reality the column delimeter is there, but it is reading this ". How do I work around this? I can't change the original feed as it is from an external source. Please help! Thanks.