Biztalk Flat File Schema - how to accept a LF or CRLF as the line delimiter
Posted
by FullOfQuestions
on Stack Overflow
See other posts from Stack Overflow
or by FullOfQuestions
Published on 2010-04-22T15:28:24Z
Indexed on
2010/04/22
18:43 UTC
Read the original article
Hit count: 445
Hi,
Our client sends us a flat file as input, which we then take and convert to an XML file before sending to the destination system.
The flat file consists of multiple lines, each line is delimited by LF or CRLF.
How do I create a Flat File Schema so that Biztalk can interpret each line of data regardless of whether the line was delimited by LF (0x0A) or CRLF (0x0D 0x0A)?
Thank you in advance, M
© Stack Overflow or respective owner