Hi,
I have a map which takes multiple records in the input and created an xml output. I notice that my map seems to skip some records in the input file for no reason at all.
I managed to isolate a couple of the problem records. I passed only those records as the input and still the map would not map those records. I have not seen anything in the logs which suggest that it would not process the record. In fact the input validation is perfect. however on the output side, the functional map which build part of the XMl is not called at all.
Has anyone noticed this and is there some particular reason for this occurring. There is no conditional mapping in my maps at all and the XML should get built regardless of the input.
I have a map which takes multiple records in the input and created an xml output. I notice that my map seems to skip some records in the input file for no reason at all.
I managed to isolate a couple of the problem records. I passed only those records as the input and still the map would not map those records. I have not seen anything in the logs which suggest that it would not process the record. In fact the input validation is perfect. however on the output side, the functional map which build part of the XMl is not called at all.
Has anyone noticed this and is there some particular reason for this occurring. There is no conditional mapping in my maps at all and the XML should get built regardless of the input.