Quick question. I am harvesting a bunch of links to a CSV file. Right now when the links are harvested, they end up jumbled and strung together. ex.. http://www.mysite.com/1.asphttp://www.mysite.com/2.asp etc.. The CSV will need some sort of delimiter for it to work. Would adding a /n after each link I gather solve that problem? Im am doing a store procedure to get them from CSV to MS SQL, and it needs some sort of delimiter. ex... http://www.mysite.com/1.asp /n http://www.mysite.com/2.asp If not, any other suggestions on how it should be written?