cancel
Showing results for 
Search instead for 
Did you mean: 

Structured xml file in receiver ftp

0 Kudos

Hi Experts,

Scenario : Idoc to file. Interface is working fine.

Issue is with structuring.

Current output:

it is coming in single line

Expected output:

<?xml version="1.0" encoding="UTF-8"?>

<ns0:MT_Sample xmlns:ns0="urn:Sample.com:Test">

<Record>

<Field1/>

<Field2/>

</Record>

</ns0:MT_Sample>

Can we structure it one below the other.

Is there any setting which i can do or java/xslt mapping??

Please help me.

Regards

Ankyy

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member190293
Active Contributor
0 Kudos

Hi Ankyy!

Can I ask about the reasons of such requirement? It's no matter, if your XML file is single or multilined.

Regards, Evgeniy.

0 Kudos

Hi Evgeniy,

Since the visibility of each field in different rows is distinct and clear.

Regards

Ankyy

former_member190293
Active Contributor
0 Kudos

Hi Ankyy!

In this case you could use IE for viewing your file or any XML editor which most likely has "Indent" option.

Regards, Evgeniy.