IBM Sterling Transformation Extender

Sterling Transformation Extender

Come for answers, stay for best practices. All we're missing is you.


#Sterling
#Supplychain
 View Only
  • 1.  convert xml to a csv file...

    Posted 11/18/11 08:34 PM

    Originally posted by: bchin74


    My input file is an xml and only has two fields.
    My output file needs to be a csv files and include both fields from the input file.
    I created a tree for the input (xml) and output(csv) format.
    When I build the map, I am getting the following error.
    Any help are appreicated!! I have attached the fiels...

    M114 ERROR:
    Map: NewMap2 Output: Record1 Record:output2
    Output argument of rule does not match output type:
    =input2
    Total errors: 1. Total warnings: 0.
    #DataExchange
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender


  • 2.  Re: convert xml to a csv file...

    Posted 11/19/11 04:09 AM

    Originally posted by: Dhiren.Ghelani


    Check the data types of your input and output elements. They should be the same or you have to convert from one to another by applying standard functions.
    #DataExchange
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender


  • 3.  Re: convert xml to a csv file...

    Posted 11/21/11 09:17 AM

    Originally posted by: repanzer1


    The most common cause for this error is what Dhiren.Ghelani posted, your data types don't match, meaning, you're either trying to put a text in a numeric field, or, a number in a text field. If the be the case, use one of the basic functions to put text i a numeric field, as long as the text is a number.

    The other possible cause is if you're trying to put a field into a group or a group into a field.
    There are 10 types of people in this world. Those who understand binary and those who don't.
    #DataExchange
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender