Hi Blue,
5. execute the interface end to end and then you will see an output of mapping in monitoring tool.
- How to execute the interface end to end? the Interface here referring Service Interface or the whole PI job include both ESR and ID objects
- Will two Outbound Service Interlace be created? one for each file?
i assume you are handling xml files not txt files. now you cann create dummy Service interface for source one.
as i was saying make small change in java code and import that in ESR and add in Operational mapping.
also sender channel you have to create as explained in blog(please check screen shot how they configured)
and the start testing(you have to place those two files that you want to process at time in source path.)
and once source channel picked up java mapping will just merge those two files structures in single.
then as per that xml you have to create one more structure to use in second mapping , in this mapping you have to use your actual target structure.
7. create one more structure for target ..which you have to share target system.
- Does this mean I can create the target structure required by the client? I don’t understand the sentence “which you have to share target system”
Yes, you have to create structure as per client.
By using this approach will this be able to remove the duplicate correlated by Reference number from file 1 and ID from file 2?
yes , we can do delete duplicate values in second mapping.