In the schema you have something that looks like this
<Schema>
File (post fix delimited by hexidecimal 0x3C 0x0d 0x0a)
<
{CR}{LF}
Record (delmited by character >}
Element1
Element2
Element3 (Padding Yes, mininum padding 3, right justified with
character 0 as the pad character)
Element4 (Padding Yes, mininum padding 3, right justified with
character 0 as the pad character)
Hope that this helps,
Eric
http://blog.biztalk-info.com
"Reuben" <Reuben@[EMAIL PROTECTED]
> wrote in message
news:67D063EE-3C3F-4BD1-9B08-24AB2B51B7D5@[EMAIL PROTECTED]
>I have gone about this in every way I can think of. I have a flatfile
>schema
> that must be delimited at each row by a {CR}{LF} (as biztalk codes it).
> When
> I try to use the Hex codes that are generated, I get nothing in the
> flatfile
> that resembles a {CR}{LF}. I cannot figure it out. I have tried to
> manipulate my mapping, but still I get incorrect out put.
>
> Here is what I want:
> 001234567>DCBA >001>001<
> 001234567>ABCD >001>001<
>
> Here is what I get:
> 001234567>DCBA>1>1<001234567>ABCD>1>1<
>
> The fields are supposed to be padded also, and that doesn't seem to be
> working either. Any suggestions?
>


|