Skip to Content
0
Nov 29, 2019 at 11:07 AM

SCPI - Convert XML to Plain Text error

547 Views

Hello everyone,

I got a problem with my SCPI project, i have to convert an XML to a plain text and set the result text in a property.

I follow various tutorial and in particular this:

> https://blogs.sap.com/2018/09/04/formatconversionbean-arrives-in-cpi/

> https://blogs.sap.com/2015/03/06/deepfccbean-the-better-fcc-at-meeting-your-deep-structure-needs-part-1-deep-xml-to-flat-file/

In the tutorial i have to insert a content modifier and inside "converter class" with value "com.equalize.converter.core.XML2DeepPlainConverter", but if i test it requires this mandatory parameters: recordsetStructure and defaultFieldSeparator

If i fill the mandatory parameters with test value it gives me this error:

> com.equalize.converter.core.util.ConverterException: Record Type TransactionDetail not listed in parameter 'recordsetStructure'

How i can solve it? I try to search but for now i didn't find correct value for recordsetStructure and defaultFieldSeparator

Thanks a lot a regards,

Mirko