I have a flat file with an EOF character at the end (ASCII value 26). What's the secret to parsing this file without errors? I've tried consuming it with an extra child record and element (and it picks it up correctly) but no matter what I do, I always get the error: hexadecimal value 0x1A, is an invalid character. Any suggestions? Thanks, Krip P.S. Am using BizTalk Server 2006 Developer
Hi Anil, Can you get the file to parse by removing the EOF character? If so, then you should be able to strip off that value by creating a custom pipeline component. - Steve "Anil Kripalani" wrote in message news:Oq5LNqXWGHA.4484@TK2MSFTNGP02.phx.gbl... >I have a flat file with an EOF character at the end (ASCII value 26). >What's the secret to parsing this file without errors? I've tried >consuming it with an extra child record and element (and it picks it up >correctly) but no matter what I do, I always get the error: > > hexadecimal value 0x1A, is an invalid character. > > Any suggestions? > > Thanks, > Krip > > P.S. Am using BizTalk Server 2006 Developer >