Hi,
I have a client who has sent in a pipe delimited file however one of the fields they sent seems to containg CRLF in the middle of the field. The end of record marker is also a CRLF.
What are your thoughts on the best way to handle this?
If we know number of columns from header could then read line by line and concatenate string until # of fields is hit and move on.
Any other way to do this that you can think of?
Thanks.
Swi
I have a client who has sent in a pipe delimited file however one of the fields they sent seems to containg CRLF in the middle of the field. The end of record marker is also a CRLF.
What are your thoughts on the best way to handle this?
If we know number of columns from header could then read line by line and concatenate string until # of fields is hit and move on.
Any other way to do this that you can think of?
Thanks.
Swi