Hello,
I have a 600,000+ row flat file in .txt format. Each row contains multiple "|" delimiters and I need to strip out the "", leaving the pipe|.
The quotes are ASCII 34. Any suggestions how I can do this? I am unable to import the file into SQL server with the format of "|" because some rows have a <cr> in the middle which skews the row. Some rows begin without the leading quote and look like: data"|.
Thank you.
I have a 600,000+ row flat file in .txt format. Each row contains multiple "|" delimiters and I need to strip out the "", leaving the pipe|.
The quotes are ASCII 34. Any suggestions how I can do this? I am unable to import the file into SQL server with the format of "|" because some rows have a <cr> in the middle which skews the row. Some rows begin without the leading quote and look like: data"|.
Thank you.