I am trying to convert the below payload to CSV.But when converting to CSV in XMLtoCSV converter step it is failing in CPI with error:"Unmarshalling XML failed".
Root>
<Error>
<InterfaceName>test Interface</InterfaceName>
<InterfaceID>test...
Hi All,
I need to upsert a long value to Successfactors through SAP CPI.I am trying to convert the value 145.86 to long through xslt as below:
<cust_1><xsl:value-of select="xs:decimal(SUI)"/></cust_1>
or
Message Mapping:
Have the element cu...
Hi,
I have a date field coming from a csv file to the Interface eg:"3/1/2017".
I have to convert it to yyyy-mm-dd format using format date in XSLT Mapping.
But getting a erro Invalid dateTime value "3/1/2017" (Non-numeric year component)
Can ...
Hi,
I have a list of values I have to use in my filter query to SuccessFactors.
I am using a "in" opeartor in my filter query.One of the value includes a "&".I tried to encode it and use as below
$filter=name in ('%26A',B','C').This is throwing...
Hi Experts,
I am working on a integration in SAP CPI which has a requirement to send employees belonging to each paygroup to be sent as a seperate file to SFTP.
Can you let men know a feasible approach to achieve his in CPI?
Thanking you advanc...
Hi Morten,I was referring a parameter in the XSLT and passed the date value in single quotes. So it was being treated as a different data type.Then after research I found the xsl:param value has to be passed in single quotes between the double quotes...