cancel
Showing results for 
Search instead for 
Did you mean: 

file having no field separator

Former Member
0 Kudos

Hi friends,

Here my problem is, i am getting a flat file with no field delimiters (i mean no space at all). my doubt is how the server knows

up to how many characters it has to take for each field. did i need to go for user defined function in these type of scenarios.

thanks in advance....

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

you can use FieldFixed length

Regards

Seshagiri

Former Member
0 Kudos

HI,

Use the NameA.fieldFixedLengths

if u have file like

nameaddressage

Example of file data:

nik india 12

use below FCC

NameA.fieldFixedLengths: 5,8,2

NameA.fieldNames: name,addres,age

refer the below link for more detail:

http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/frameset.htm

chirag

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

If the file are coming as FixedLength values. then it is very much required you should know hot to create an XML of that. For this it is very much required you should now what will be the length of each field.

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

Thanks

Farooq

Former Member
0 Kudos

Thanks friends........ Actually i got all the similar answers which solved my problem. thanks a lot once again......but i cant give same points to all ..... i did my best regarding the points. please keep helping me and our friends ....its great of you ...

Bye for now.