Appending a new line for a flat file document

In BT 2002 in Biztalk Spec Editor there is functionality that allows you to append a new line...Does any one know how this functionality is done in BT 2006
[156 byte] By [MikeTG] at [2008-2-21]
# 1
Mke are you talking about appending a newline after an element/node? or simply at the end of the resulting document?
MickBadran at 2007-9-26 > top of Msdn Tech,BizTalk Server,BizTalk R2 General...
# 2

Mick I am talk ing about appending a new line at the end of the child record...like I said earlier... in 2002 you could check the append new line functionality and this allowed a 0 to many record (like items record) to start a new line if there was more than one record (Hopefully that is what you are considering an element).

As far as at the at the end of the document I have compensated for that append feature by setting the root node to a Post Fix Carriage Return.

Inside the document or at a child record, I am trying to avoid adding an additional child record ( set it to a post fix carriage return) to wrap around every 0 to many records to accomodate an append new line feature... so I hoping I am just missing something or this append new line feature is just hidden somewhere ... I hope I made this a little bit more clear.

Thanks for getting back to me

MikeTG at 2007-9-26 > top of Msdn Tech,BizTalk Server,BizTalk R2 General...
# 3

Thanks Mike - do you have a quick sample you could shoot me? I'll look into this tonight for you Smile

MickBadran-MVP at 2007-9-26 > top of Msdn Tech,BizTalk Server,BizTalk R2 General...
# 4
Usualy this kind of preprocessing on the flat file can be done in the custom pipeline component working as a text preprocessor (RegEx helps in the most cases).
LeonidGaneline at 2007-9-26 > top of Msdn Tech,BizTalk Server,BizTalk R2 General...