• I have been having trouble loading my comma delimited .csv file using Bulk Insert -  commas in the data are being read as an end of a field and it's affecting the quality of the data - I have input of some fields that contain commas but not the end of the field. As a result, I have to manually remove all of the commas or change the delimiter to a pipe...  what I want to do is automate this process and so I'm looking for a script that can convert the commas to pipe ...