cancel
Showing results for 
Search instead for 
Did you mean: 

tab delimitter in HeaderLine in FCC in receiver file adapter

former_member205101
Participant
0 Kudos

Hi Folks,

I want to use tab as a field separator for (eg) NameA.Headerline.

instead of comma in file content conversion in receiver File adapter communication channel.

example:

Recordset structure : NameA

NameA.addHeaderLine : 3

NameA:headerLine : MaterialID,Price,Quantity

PS: In NameA.headerline i want to use tab instead of comma.

How can i do that?

Thanks

Prabaharan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

This is static text and will appear as it is in the file.

So just type the header you want and paste in this field.

MaterialID Price Quantity

Thanks,

Beena.

Edited by: Beena Thekdi on Aug 20, 2008 9:38 PM

former_member205101
Participant
0 Kudos

Hi,

Thanks for you reply.

That means i can not achieve that in any other way.

How can do that in case if i want to do?

Thanks

Prabaharan

Edited by: Prabaharan on Aug 20, 2008 9:43 PM

Former Member
0 Kudos

Hi Prabaharan,

I am not sure if it is possible in any other way.

Are the xml tags same as the header?

then you can try option of addHeaderline = 1.

1 u2013 Header line with column names from the XML document

Thanks,

Beena.

former_member205101
Participant
0 Kudos

Hi Beena,

could you explain on which context we should use that option:

NameA.addHeaderLine - 1 ( Header line with column names from the XML document )

what it does exactly?

Thanks

Prabaharan

Edited by: Prabaharan on Aug 21, 2008 12:02 AM

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

you can use tab as a seperater for that you have give seperator as '0x09'.

Best Regards,

Sugeet.