I'm trying to copy a text file into a table. The copy command fails on the first record and I believe it's because it's trying to copy the \r\n characters at the end of each line. Is there a way to copy the file and exclude these special characters? To strip them out of the file itself?