Hi All,
I have an Odata response in JSON format where the invoice date is passed as a timestamp. The standard JSON to XML convert function works well except the date.
<CGROSS_AMOUNT_CU>USD</CGROSS_AMOUNT_CU><br><CINVOICE_DATE>/Date(16456608000...
Hi All,
I'm using Rest Webservice to make HTTP POST API call. I keep getting the error below
org.apache.camel.component.ahc.AhcOperationFailedException: HTTP operation failed invoking with statusCode: 400
However, when I actually copy the exa...
Hi All,
I have a scenario where I need to merge and/or concatenate node attributes into a node and value. Please see below the current format and expected output . Any help will be appreciated. Thanks! .
<xml>
<transactions>
<transaction>
<Mater...
Hi All,
I'm using a Content Modifier - Exchange Property to store data from web service service call.
Using the above example, if the ID node contains multiple values, only the first value is being retrieved. Perhaps, an SAP limitation or may...
Hi All,
I'm attempting to create a simple if/else statement script within a mapping process.The script looks into the first field and makes a decision where the second field (source data) should get mapped out of the two outgoing target fields . P...
Hi ivan.mirisola, I've attempted using XSLT and groovy scripts. I was be to convert the attributes into nodes. But so far no luck interns of formatting the XML Element name/ nodes ( element name + Attribute Value e.g. <col_no2>Blue</col_no2>) . Conve...