Hi,
I was following these two links for the value mapping replication.
/people/sreekanth.babu2/blog/2005/02/23/value-mapping-replication
My requirement is to read a csv file that has two fields and I will have to push this data to PI run time cache and access it through mapping replication in my actual mapping that sends the file out to a business partner. Now my question is how do I push the data to the run time cache ? Should I always have a seperate mapping which has the two fields (that are on the file) inside a datatype / message type on my sender side and the receiver side, the message type should be a ValueMappingReplication standard asynchronous interface ? or the ESR mapping configuration is not necessary at all?
If thats not necessary, I did the steps based on the second link and does that mean if I place the file and allow PI to read the file, the data will be automatically pushed to run time cache ?
If its necessary, what do I map my payload to ? I will have two fields inside my message type that are empID and Indicator on the sender side and on the receiver side, I will have ValueMappingReplication message type. I am not sure how to map my pauload. If there is any document that tells me how to do the mapping, that will be great.
V