cancel
Showing results for 
Search instead for 
Did you mean: 

Recordset structure

Former Member
0 Kudos

Hi Experts,

I'm doing FlatFile2FlatFile scenario and my target system message type is as follows

mt_reciever

employee -


>recordset name

details -


>recordset structure.

name

address

mobile.

now my question is while creating communication channel for reciever there is a field "Recordset structure" wht value we need to specify there.

Ex:-details,employee (it is correct or wromg) pls. suggest me correct value if i'm wrong

regards

Faisal

Edited by: Abdul Faisal on May 13, 2008 3:37 PM

Accepted Solutions (1)

Accepted Solutions (1)

GabrielSagaya
Active Contributor
0 Kudos

RecordSet Structure=employee,detail

in Advanced tab (FCC)

give

detail.fieldNames=name,address,mobile

detail.fieldSeparator=,

detail.endSeparator='nl'

address.fieldSeparator='nl'

address.endSeparator='nl'

/people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi All,

thanks for quick responses........especially gabriel

thanks

Faisal

Former Member
0 Kudos

Content conversion parameters

1.Document Name :<message type>

2.Document Namespace:Enter Namespace

3.Recordset Name :employee

4.Recors Structure :details,1(if there is only one structure if there are many specify <details>,*)

pls reward points if solution found helpfull

regards

chandra.k

Former Member
0 Kudos

mention 'employee,details' in recordset strcuture

Former Member
0 Kudos

Hi,

Enter the sequence and the number of substructures

employee,nA, details,nA

where, nA=1,2,3,... or * (for a variable, unlimited number, including 0).

Regards,

Shabari

Former Member
0 Kudos

Hi Abdul,

This will give more view for your Query

/people/shabarish.vijayakumar/blog/2007/08/03/file-adapter-receiver--are-we-really-sure-about-the-concepts

/people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion

Regards

Seshagiri