cancel
Showing results for 
Search instead for 
Did you mean: 

FCC issue at receiver side

Former Member
0 Kudos

Receiver side structure is :

<Records>
      ....

      <CardBlockDetail>
         ....

      </CardBlockDetail>
</Records>

<Records>
      ....

      <CardBlockDetail>
         ....

      </CardBlockDetail>

</Records>

Target File Format: there will be seperate line should generate for each Record -

<Record1><CardBlockDetail>

<Record2><CardBlockDetail>

Records and CardBlockDetail can come multiple times and there would be single line for each record which contain CardBlockDetail also in the same line.

Please suggest the solutions to acheive this target file format.

Accepted Solutions (1)

Accepted Solutions (1)

ambrish_mishra
Active Contributor
0 Kudos

Hi Nutan,

Can you provide a sample file screenshot and what is the file format ...fixed length or with separator ?

Ambrish

Former Member
0 Kudos

Hi All,

I got the solution as creating an intermediate structure as below:

Record(1 to many)

Field1

Field2

Cardblockdetails(1 to many)

Previously Cardblockdetails was a node having 3 fields.Now Cardblockdetails I created as a field and passed all the field details which are under that block with concatenating function and delimiter as comma.

This serve the purpose which helped me to do normal configuration in FCC. Now I am getting CSV file where newline starts with Record and multiple Cardblockdetails in that.

Thanks for all the help and support.

Regards,

Nutan

Answers (2)

Answers (2)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

If you need Record tag under which Cardblockdetails then create structure

Record (1 to many)

   Cardblockdetails (1 to many)

RecordsetStructure    Record, *

Specify cardblockdetails  in the fieldnames , fieldseparator etc

refer scn for the receiver fcc

rajasekhar_reddy14
Active Contributor
0 Kudos

Create target structure like below by removing records then it is very easy.

<CardBlockDetail> 1 to unounded

         ....

</CardBlockDetail>