Removing the Default Wrap Character From all records

Posted by aceinthehole on Stack Overflow See other posts from Stack Overflow or by aceinthehole
Published on 2010-03-08T21:18:11Z Indexed on 2010/03/08 21:21 UTC
Read the original article Hit count: 234

Filed under:
|

I am using BizTalk 2009 and I have a flat file that is similar to the following

"0162892172","TIM ","LastName ","760 "," ","COMANCHE ","LN "

"0143248282","GEORGE ","LastName ","625 "," ","ENID ","AVE "

When I parse it and start mapping it I need to get rid of the quotation marks. I have marked the Wrap Character attribute for the schema as a quotation mark but it doesn't remove it when BizTalk is parsing the file.

Is there an easy way to specify the removal of a wrap character or am I going to have to run it through a script functiod every time? Also I would like to be able to remove the trailing spaces as well, if at all possible.

© Stack Overflow or respective owner

Related posts about BizTalk

Related posts about biztalk-2009