former_member140163
Employee
Employee
Member since ‎2021 Oct 20

User Statistics

  • 8 Posts
  • 0 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

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...
Kudos from