Originally posted by: SystemAdmin
i would have a different map for each data format (i.e. 3 transformation maps in your case).
you'd then need a map to determine the format of input data (call this the 'Receive' or 'Router' map).
the Receive map could either call the appropriate transformation map directly using the RUN function or it could output the data as a file using a file name e.g. *.dat, *.csv, *.x12 that would be picked up by the appropriate transformation map.
#IBMSterlingTransformationExtender#DataExchange#IBM-Websphere-Transformation-Extender