cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi all,

I have a conversion problem using MessageTransformBean with StructPlain2XML conversion type and enclosureSign.

Message Type

SFTP Adapter

Working testdata:

FH,"01"

SB,"DE"

Not Working testdata:

"FH","01"

"SB","DE"

I already included the parameter "enclosureSign", but it not working.

Can anybody give me a hint what I have to do to solve the problem.

Thx a lot in advance.

Kind regards.

André

0 Likes
View Entire Topic
Former Member
0 Likes

got the problem...

issue is with key field identifier...

For below test data, key field should be SB..

FH,"01"

SB,"DE"

Foe below test data, Key field should be "SB" (in the double quotes)..

"FH","01"

"SB","DE"