Hi All,
I'm new to BizTalk and have a question that I'm sure can be answered quickly. I have a requirement to pick up a flat file from an FTP site and convert it to a different name and layout then deposit it on another FTP site. So far connecting to the FTP sites has been easy.
The file that I have looks like this:
01|stuff|stuff|000|stuff
02|stuff|stuff|000|stuff|stuff|stuff
02|stuff|stuff|000|stuff|stuff|stuff
02|stuff|stuff|000|stuff|stuff|stuff
03|stuff|stuff|00
so we have a header, x details and a trailer.
The question is how do I get this into a schema that BizTalk can use.
Thank you for your help.