Hi
The "&" is an encoding of the character &, which is used in HTML, XML and other places.
So when you receive XM, and & needs to be &
In flat files however, normally you do NOT want the & to be encoded as &, but this is exactly what you want - you want the encoded & to appear in your flat file.
I think there may be some misunderstanding, since this is normally not desirable.
So could you tell us WHY you need the encoded & to appear in flat file instead of just the & ?
Thanks
eliasen, representing himself and not the company he works for.
Three times MVP and three times MCTS in BizTalk.
Blog: http://blog.eliasen.dk
The "&" is an encoding of the character &, which is used in HTML, XML and other places.
So when you receive XM, and & needs to be &
In flat files however, normally you do NOT want the & to be encoded as &, but this is exactly what you want - you want the encoded & to appear in your flat file.
I think there may be some misunderstanding, since this is normally not desirable.
So could you tell us WHY you need the encoded & to appear in flat file instead of just the & ?
Thanks
eliasen, representing himself and not the company he works for.
Three times MVP and three times MCTS in BizTalk.
Blog: http://blog.eliasen.dk