Masking of spaces
-
kambilot
ParticipantHas successfully completed the online course Intermediate (200)
Has successfully completed the online course Basics (100)
3 months, 3 weeks ago #62903Hello,
how are spaces masked in input parameters in a connector?
the input parameter looks like this: ‘Holidays(’2025 Feiertage‘)’ and the space between ‘2025’ and ‘Feiertage’ must be recognised as such.
Thanks in advance
Greetings Leonid
-
This topic was modified 3 months, 3 weeks ago by
kambilot.
kambilot
ParticipantHas successfully completed the online course Intermediate (200)
Has successfully completed the online course Basics (100)
Daniel Bieberstein
ParticipantHas successfully completed the online course Introduction
Has successfully completed the online course Intermediate (200)
Has successfully completed the online course Advanced (300)
Has successfully completed the online course Basics (100)
Has successfully completed the online course Advanced (310)
Has successfully completed the online course Advanced (320)
3 months, 3 weeks ago #62965::Hey Leonid,
whitespaces are not removed from the payload, meaning that if you provide the value as e.g. “ABC DEF” this value will not be changed. I’m not sure if i correctly understand your request as the example you provided ‘Holidays(’2025 Feiertage‘) does not include any spaces? If your value has to be manually changed before sending it to the backend you can wrap your connector inside a SBO and create some logic to transform your data there before sending it to the backend.
Best regards,
Danielkambilot
ParticipantHas successfully completed the online course Intermediate (200)
Has successfully completed the online course Basics (100)
3 months, 2 weeks ago #62986::Hallo Daniel,
I found the mask character for whitespase im input of a connector – it is “%20” . And the SAP ServiceLayer Request with % as whitespae in ‘Holidays(’2025%20Feiertage‘)’ worked correctly.
Greetings Leonid
-
This topic was modified 3 months, 3 weeks ago by
You must be logged in to reply to this topic.