cancel
Showing results for 
Search instead for 
Did you mean: 

File conversion

Former Member
0 Kudos

Hi

Assume i have .txt file and i want to send to other sytem as XML format.

I want to convert that file in XML format?

How can i send XML file?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Boris-Mohr
Advisor
Advisor
0 Kudos

Hi,

look here: <a href="http://www.devx.com/getHelpOn/10MinuteSolution/20356">http://www.devx.com/getHelpOn/10MinuteSolution/20356</a>

Regards,

Boris

Answers (1)

Answers (1)

prasanthi_chavala
Active Contributor
0 Kudos

Hi,

<i>How can i send XML file?</i>

XI will understand only the xml language so it will send ur xml file to the target system in the same xml format or the required format by the help of content conversion in receiver communication channel of the file adapter.

<i>Assume i have .txt file and i want to send to other sytem as XML format.

I want to convert that file in XML format?</i>

Yes,if u want ur file in xml format in ur target system u need to convert it into xml format.

In the sender communication channel u can do content conversion,so tat ur txt file will be converted to xml format and in the receiver communication channel give the target file name with .xml extension so tat ur target file will be in the xml format.

There are many blogs regarding content conversion in SDN.

For more info check out this link:

/people/shabarish.vijayakumar/blog/2006/02/27/content-conversion-the-key-field-problem

Hope it will help u.

Cheers,

Prasanthi.