• yes assuming that the file is a correctly formed delimited file

    read file using old delimiter - split columns - write to new file using new delimiter.

    dead easy to do in Powershell - a bit more work in T-SQL

    but I think more details of what you are trying to do are required