I think it depends on your destination system as to how to add CR / LF.In C#, you’d just need to add /r/n (might be /n/r or something close to that).In that case, you could just use a simple string concatenation functoid to add name 1, “/n/r”, and name 2.
Guess I’ve never tried it, but I think it would work that way.
Depending on your destination, you might need something else to get the CR / LF.
Hope this helps.
Author
Posts
Viewing 1 reply thread
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.