cancel
Showing results for 
Search instead for 
Did you mean: 

SAP MII XML to XLST

nwalter1
Explorer
0 Kudos
263

Hi,

is there any way to transform a XML to Excel format and save it? Is there maybe any plugin for it?

Otherwise is it possible to generate a formatted CSV, in correct table form?

Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

steve_stubbs
Participant

Hi Nico,

You can use the MII XSL Transformaction action and transform an MII RowSet XML object into CSV format using this pre-defined MII XSL reference: server://XMII/Stylesheets/IllumRowsetCSV.xsl.

The list of provided pre-defined MII XSL (referred to as Style Sheets in the documentation) are listed here.

Regards, Steve

nwalter1
Explorer
0 Kudos

Hi Steve,

Thanks for you answer!

Is it also possible to do the formatting in MII, so that I have columns and cells already formatted correctly.

Not like this:

A1, „B1“, „C1“

A2, „B2“, „C2“

Etc.

steve_stubbs
Participant
0 Kudos

Hi Nico,

The provided XSL creates all the CSV column values as strings. In order to change this, you would have to copy and modify the XSL to provide whatever value formatting you want.

Regards, Steve