Capturing Raw, Transformed and Encoded Data

vendredi 3 octobre 2014

Hi,



Version 3.0.3 ...



I'm using the following code as the last step in a Source Transformer:



channelMap.put('RawData',connectorMessage.getRawDa ta());

channelMap.put('TransformedData',connectorMessage. getTransformedData());

channelMap.put('EncodedData',connectorMessage.getE ncodedData());



I'm trying to capture the Raw Data (HL7), Transformed Data (XML) including changes made in the previous transformer steps, and the Encoded Data (HL7 with changes).



When I look at the contents of TransformedData it appears to contain the original data without any changes.



I do most (if not all) of my data mapping and changes in the Source Transformer, and I'd like to grab the transformed data at the end of the Source Transformer steps.



Is this possible??



Chuck.





Capturing Raw, Transformed and Encoded Data

0 commentaires:

Enregistrer un commentaire