cancel
Showing results for 
Search instead for 
Did you mean: 

file content convertion

Former Member
0 Kudos

what happens if i am not using record structure in the message while handling with fcc

Accepted Solutions (0)

Answers (4)

Answers (4)

nikhil_bose
Active Contributor
0 Kudos

A recordset can contain multiple types of substructures identified by logical names.

There can be a fixed or variable number of substructures in a recordset.

a <record structure> element is inserted in the XML structure for each recordset structure.

if the recordset contains more than one structure definition, you should specify the record set name; other wise you can avoid that.

If you want, you can remove the specified/having recordset by checking <u>ignoreRecordsetName</u> parameter in the FCC.

thanks

nisarkhan_n
Active Contributor
0 Kudos

with out this recordset strucutre you cannot craete the XML from the txt using the FCC

Shabarish_Nair
Active Contributor
0 Kudos

<i>what happens if i am not using record structure in the message while handling with fcc </i>

>>

please note that recordset structure is a mandatory field when using FCC !!!

ref more:

Sender -

/people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1

/people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2

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

/people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file

/people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter - TAB delimited

/people/jeyakumar.muthu2/blog/2005/11/29/file-content-conversion-for-unequal-number-of-columns

/people/shabarish.vijayakumar/blog/2006/02/27/content-conversion-the-key-field-problem

/people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter

Receiver-

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

Former Member
0 Kudos

Hi,

If u dont give the Record structure then how can the Adpater know which is the hearder node and what are the fields.

Regards,

Phani