cancel
Showing results for 
Search instead for 
Did you mean: 

FCC

Former Member
0 Kudos

Hi

I have a structure

<MT_demo>

<firstname>

<lastname>

<middlename>

need conversion parameters

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Sedamkar,

First of all your question is not a complete question. Try to give enough explanation on the question so that it would be easy for somebody to help.

Anyway change the structure like this:

<MT_demo>

<Record>

<firstname>

<lastname>

<middlename>

Then in FCC give recordset structure as Record,*

and Record.fieldnames : firstname,lastname,middlename

Record.fieldSeparator: ,

Record.endSeparator: 'nl'

If this doesnot work then please provide a sample file and complete structure.

Regards,

---Satish

Former Member
0 Kudos

HI,

Check these blogs for Sender and Receiver FCC

/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

/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

Now your FCC will depends upon the occurance of the source strucutre also whether its a fixed length or CSV separated.

Refer the above weblog for the same.

Thnx

Chirag Gohil