谁可以提供一点思路或者类似例子开发biztalk输出CSV文件类型的pipeline
谁可以提供一点思路或者类似例子开发biztalk输出CSV文件类型的pipeline?
先谢。
[解决办法]
On the send pipeline a flat file assembler can be used to convert XML to flat file for outbound sends. You'll use and configure these in very much the same way. An XSD schema with BizTalk flat file annotations will provide instructions to the
disassembler or assembler for processing.
[解决办法]
……用flat file assembler就可以……