unix line endings to windows line endings in pipeline comp

Home Page Forums BizTalk 2004 – BizTalk 2010 unix line endings to windows line endings in pipeline comp

Viewing 1 reply thread
  • Author
    Posts
    • #13506

      Hi,
      I need to change unix line ending (LF) in a file into a windows line ending (CRLF). I know I could do this by FTPing in ASCII mode but I can’t I’ll explain to anyone who wants to know. Has anyone done this, it’s really the streaming of the file that concerns me the files I’m transferring are +50MB so I can run out of memory quite quickly.
      Any thoughts on the best way of doing this?
      Sl%u00e1n
      Gar

    • #13505

      One way is to use the FlatFile disassembler and assembler with two schemas that differ only in the record delimiters.

      This is probably not that useful for very large files that you are not parsing already

      You could write a custom pipeline component that does this. Add your own stream that reads LF and returns CRLF.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.