cancel
Showing results for 
Search instead for 
Did you mean: 

SCPI : xml to csv conversion

0 Kudos

Hi all,

I'm implementing and Interface from SFSF to external legacy system using flat file through SCPI (HCI) .

My target data structure is composed by different record type:

Header

Record1

Record2

each one with different fields.

When I use PI/PO this is a very easy transformation (File Content Conversion), but for my understanding with SCPI is not the same.

The XML to CSV converter have only one level of hierarchy.

So , ho can I manage it?

any suggestion?

thanks in advance

Alessandro

Accepted Solutions (0)

Answers (2)

Answers (2)

engswee
Active Contributor

You might want to give my FormatConversionBean for CPI a try. I think the XML2DeepPlainConverter might be able to help in this.

0 Kudos

Thanks a lot!

very helpful!