We have a legacy system that outputs flat files in fixed format on Unix. The target OS for the data is Windows and Unix end of line characters are problematic as you expect from that file format. The data format is not changed between source and target systems (i.e. they both currently accept fixed format).
My question is;
Does BizTalk come with a filter that converts LF to CRLF, this seems like a common problem when interfacing legacy heterogeneous systems?
We are using BizTalk 2009, though an upgrade to 2011 is in progress.