cancel
Showing results for 
Search instead for 
Did you mean: 

File sender with content conversion and ignoreRecordsetName

Former Member
0 Kudos

Him,

I have an scenario with a compressed file sender with content conversion.

In my sender cc i have:

1 AF_Modules/PayloadZipBean Local Enterprise Bean unzip

2 AF_Modules/MessageTransformBean Local Enterprise Bean transform

3 CallSapAdapter Local Enterprise Bean 2

In module configuration, I have also added:

xml.ignoreRecordsetName --> true

But RecordsetName is not removed from XML

Why?

thanks, in advance

Carme

Accepted Solutions (0)

Answers (1)

Answers (1)

agasthuri_doss
Active Contributor
0 Kudos

Hello,

> xml.ignoreRecordsetName --> true

xml.ignoreRecordsetName - TRUE & Hit a enter ( Key ) and check it.

Regards

Agasthuri Doss

Former Member
0 Kudos

Thanks, Agasthuri

I've tried it, but it doesn't work correctly.

Any other imput, please?

Regards,

Carme

Former Member
0 Kudos

Hi,

No need to enter anything in module configuration. Just specify following Name-Value pair in the table provided on the Content Conversion tab of your file adapter.

Add a row with Name = ignoreRecordsetName and Value = true (Both case-sensitive)

For details, see [this link|http://help.sap.com/saphelp_nw04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm].

[some more here|http://www.riyaz.net/blog/index.php/2008/02/20/xipi-file-content-conversion-for-complex-structures/]

Regards,

Riyaz

Former Member
0 Kudos

Sorry,

I've badly explained my scenario.

In fact is only a binary file sender.

Content conversion is done in module configuration because of i need first to unzip file and after that convert file in xml .

For that reason, i can't use the table provided on the content conversion of my file adapter.

Regards,

CArme