cancel
Showing results for 
Search instead for 
Did you mean: 

File to idoc scenario

Former Member
0 Kudos

Hi Experts,

I am doing file to idoc scenario where i have a concern with my file content conversion in my sender channel-- >source file is given as one header and multiple items.

The fields in items are given as one below the other in quotations. how to convert these fields.Can any one please help how to convert this fields in the sender channel.

Thanks in advance,

Naveen.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Give some example of your problem and while doing FCC what problem you are facing. Are you getting any specific message in RWB?

Regards,

Sarvesh

Former Member
0 Kudos

Hi ,

my source file in this format -


>

Header1,

Item1(the sub fields in the item are not in the continues manner they are one below the other...)

"A"

"B"

"C"

"D"

Header2,

"A"

"B"

"C"

"D"

how to conver these fields.

Thanks in advance,

Naveen

Former Member
0 Kudos

And what about the output?

If you want the output as it is but whithout quotes then just use the below configuration in FCC

Item.enclosureSign        "" 
Item.enclosureSignEscape  ""
Item.endSeparator         'nl'

And if you wnat to combine these fields like ABCD, then after picking the file just use concatenate function in mapping.

Regards,

Sarvesh

Former Member
0 Kudos

Hi Sarvesh,

Thank you for your valuable reply. As you said i need the item list as ABCD to concatinate i have li more than 20 fields in each Item which looks too complex.

Rather than concatination in mapping do we have any other way to do that.

Waiting for your valuable reply ,

Thanks in advance,

Naveen

Former Member
0 Kudos

Well no other options except writing an UDF to remove the complexity.