cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in creating a textfile using FCC in Receiver Comm. Channel

Former Member
0 Kudos

Dear experts,

I have a problem creating a flat file using file content conversion in PI. 

My target XML structure looks like this:

1..1

-

-


-

-


1..n

-

-


1..1

-

-


-

-


-

-


1..n

-

-


-

-


1..1

The mapping itself goes fine, result in XML looks OK. 

But I need to create a flat textfile that looks like this:

Fileheader

Invoiceheaderdata1

Invoicedetaildata1

Invoicedetaildata2

Invoiceheaderdata2

Invoicedetaildata1

Invoicedetaildata2

Invoicedetaildata3

Filetrailer

How do i configure the FCC in the receiving communication channel? I keep getting an error with the invoicedetaildata node. 

Thanks in advance

William 

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Can you provide us with the receiver communication channel parameters and along with that the errors received?

Regards

Indranil

Former Member
0 Kudos

Hi,

After gettig the target xml, create a new structure which you want and map the target xml to the new structure and do the FCC.

Thanks,

Madhu