cancel
Showing results for 
Search instead for 
Did you mean: 

FCC in receiver end

Senthilprakash1
Participant
0 Kudos

Hi experts,

How to ignore a receiver Substruture during FCC but use the fields for dynamic directory configuration in Receiver File adatper?

This is my strcture:

<root>
    <EmpDetails>
             <var1>aaaa</var1>
             <var2>bbbb</var2>
     </EmpDetails>
     <FolderList>
             <folder1>value1</folder1>
             <folder2>value2</folder2>
      </FolderList>
</root>

so basically in the receiver side i want only the details of <EmpDetails> recordset. and i want to use the details from <folderlist> record set for Directory configuration and it should not come in the flatfile.

how can i achieve this without UDF or Scripting.

Regards,

Prakash.

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member184681
Active Contributor
0 Kudos

Hi Prakesh,

Just define your result structure like that:

<root>
    <EmpDetails>
             <var1>aaaa</var1>
             <var2>bbbb</var2>
     </EmpDetails>
</root>

Then map your message properly, and finally use Dynamic Configuration to set the target folder and file name for the interface.

Hope this helps,

Greg

former_member191435
Contributor
0 Kudos

Hi Prakash,

If ur using fixed length then use fixed length value as 0. otherwise u have follow what anupam and bhaskar suggestions.

Thanks,

Enivass

anupam_ghosh2
Active Contributor
0 Kudos

Hi Prakash,

If you are using ASMA and not variable substitution method to generate directory name, at the same time you do not need <folderlist> in receiver FCC then is it not possible to remove folderlist tag altogether from target XSD.

Regards

Anupam

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Can you make the folder list node option i.e ( 0 to 1 or many) and avoid doing mapping for the folderlist tag.

Edited by: Baskar Gopal on Jan 17, 2012 10:11 PM