cancel
Showing results for 
Search instead for 
Did you mean: 

problem in file content conversion

former_member207622
Contributor
0 Kudos

Hi folks

I have a problem in sender side file content conversion. i have multimapping

My sender structure is :

messages

message1

carrierlinkdata --- o --unbounded

agentsdata -


o --unbounded

Field1

Field2

What will be my document name , recordset name , recordset structure ??

please tell me !!

regards

ninad

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi,

>> What will be my document name , recordset name , recordset structure ??

Document name: : Enter the name of your XML document (mesage type name ) not message interface name.

Recordset name : Recordset Name defines the root node under which rest of the XML will be created.

Recordset structure : Recordset Structure defines the name and occurrence of each sub-node in recordset Structure

Sameer

former_member207622
Contributor
0 Kudos

thnx sameer

just a clarification ... carrier link data and agents data will be * i guess .. ??? as thir occurences are o-unbounded

Former Member
0 Kudos

Hi,

>> just a clarification ... carrier link data and agents data will be * i guess .. ??? as thir occurences are o-unbounded

yes carrier link data and agents data will be * as occurence is 0-unbounded if any problem try with

carrie rlink data,1 data and agents data,1

Sameer

Former Member
0 Kudos

Hello,

Consider the message type structure :

MessageType1

DataType1

Row 1 - unbounded

F1

F2

F3

In this case DocumentName : MessageType1

DocumentNamespace : Message type namespace

Recordset Name : Row

Recordset Structure : Row,* (* indicates occurence of Row).

Regards

Madhu

Shabarish_Nair
Active Contributor
0 Kudos

Ninad,

Refer this blog - /people/venkat.donela/blog/2005/06/08/how-to-send-a-flat-file-with-various-field-lengths-and-variable-substructures-to-xi-30

It will provide you details of the parameters you need to fill.

Former Member
0 Kudos

You need to provide document name as your Message interface name only no need to bother about the message 1 tab which gets generated automatically when you use multi mapping

Rajesh

Former Member
0 Kudos
former_member556412
Active Participant
0 Kudos