I'm trying to create a BizTalk Schema that looks something like the below (ignore the spaces between the lines- they're only there for clarity.):
"
x Rows will be inserted
Column1^Column2^Column3^Column4^Column5
Data1a^Data2a^Data3a^Data4a^Data5a
Data1b^Data2b^Data3a^Data4b^Data5b"
So, I have a blank row, followed by a Row count, followed by a header row before I get to the actual data. When I try to set up the schema so that the blank line (consists only of {CR}{LF}), and validate an instance, the schema fails (without an error message, to boot).
I'm running BizTalk 2009, and the file is a simple .txt file.