cancel
Showing results for 
Search instead for 
Did you mean: 

File Content Conversion

Former Member
0 Kudos

Hi All,

i created the sender structure like

FileSender_DT

Private_Address_dist

Address_Distribution

segment1

field1

field2

'

'

segnebt2

field1

field2

'

'

segment3

field1

field2

'

'

this is my structure. I used File content. For this what are the parameters i need to specify in content conversion parameters at adapter configuration exactly.

Any body have the solution, please let me know ASAP.

i will give max reward points, if it fulfills my requirements.

I am very thankful to you in advance.

Thanks & Regards,

Nagarjuna.

Edited by: Nagarjuna kumar on May 9, 2008 9:32 AM

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

h

ambili_jose
Explorer
0 Kudos

Hi Nagarjuna,

I hope ur source structure is xml, and target is text.

If so, in the reciever file communication channel, provide the foll parameters :-

Recordset Structure :- Private_Address_dist,Address_Distribution,segment1,segment2,segment3

Private_Address_dist.fieldSeparator = 'nl'

Address_Distribution.fieldSeparator = 'nl'

segment1.fieldSeparator = ,

segment1.endSeparator ='nl'

segment2.fieldSeparator = ,

segment2.endSeparator ='nl'

segment3.fieldSeparator = ,

segment3.endSeparator ='nl'

Hope this helps.

Regards,

Ambili

Former Member
0 Kudos

Hi,

Check it

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

Regards

Seshagiri

former_member556603
Active Contributor
0 Kudos

Hi,

Document name : Your sender message type.

Document namespace : Give your scenario namespace

Recordset name : order_recordset ( mentioned in the data type)

Recordset structure : order_row, *

Name Value

order_recordset.fieldSeparator : 'nl'

order_row.fieldSeparator : ,

order_row.endSeparator : 'nl'

Please see the below links for file content conversion..

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

Sender -

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

Key value:

/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

File Receiver with Content Conversion

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

File Content Conversion for Unequal Number of Columns

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

Thanks,

Satya