09-13-04 10:52 PM
Hi Madhu,
In BizTalk 2004, do this (you don't even need an orchestration!):
1 Create a Flat File Schema for your inbound document.
2 Create a Flat File Schema for your outbound document.
3 Create a map to map the inbound doc to the outbound.
4 Create a receive port, and send port with the map, and configure them to
route the message.
/Alan
"Madhu Sudhanan R" wrote:
> Hi,
>
> I want to configure BizTalk Server 2004 / 2002 to read from a flat file an
d
> write the read content to another flat file. The difference that I want to
> make here is that I want to reverse the columns and write while writing to
> the destination. For example:
>
> Source:
> --------
>
> 100, NAME 1
> 101, NAME 2
>
> should be written as follows in the destination flat file.
>
> NAME 1, 100
> NAME 2, 101
>
> Hoping for some fast help. Thank you
>
> Madhu Sudhanan R
>
>
>
[ Post a follow-up to this message ]
|