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?