I have a file that I need to Parse the last column using the "\" character in the ERRORMSG field. The problem is that I don't need it parsed into a separate column, I need to create another new row in a table copying the same data in the preceding columns. Here is a sample of the data that I have.
IDNUM ORDERNUMBER PURCHNUM OPID ERRORMSG
111 RTYWHD BOGTYS123 YQZSY Error Type
R \Error Sec.: SE\Error Num.: 010\Error Type: TAN \Error Sec.: SE\Error Num.: 009
Here's what it needs to look like:
IDNUM ORDERNUMBER PURCHNUM OPID ERRORMSG
111 RTYWHD BOGTYS123 YQZSY Error Type
R \Error Sec.: SE\Error Num.: 010
IDNUM ORDERNUMBER PURCHNUM OPID ERRORMSG
111 RTYWHD BOGTYS123 YQZSY Error Type: TAN \Error Sec.: SE\Error Num.: 009
I have no clue where to even begin to start. Any help would be greatly appreciated. I'm on an NT 4.0 using Access 2000.
IDNUM ORDERNUMBER PURCHNUM OPID ERRORMSG
111 RTYWHD BOGTYS123 YQZSY Error Type
Here's what it needs to look like:
IDNUM ORDERNUMBER PURCHNUM OPID ERRORMSG
111 RTYWHD BOGTYS123 YQZSY Error Type
IDNUM ORDERNUMBER PURCHNUM OPID ERRORMSG
111 RTYWHD BOGTYS123 YQZSY Error Type: TAN \Error Sec.: SE\Error Num.: 009
I have no clue where to even begin to start. Any help would be greatly appreciated. I'm on an NT 4.0 using Access 2000.