if its just the column... paste it into a text file, shen on a mac or linux box, or if you are shelled into your host, you can run this command on the text file you pasted the column into.
sed 's/[ ^t]*$//' YOUR_TEXT_FILE
then paste the output back into the native app...
|