mattisebastian
Participant
Member since ‎04-11-2016

User Statistics

  • 33 Posts
  • 1 Solutions
  • 153 Kudos given
  • 35 Kudos received

User Activity

Hi, in this blog post, I want to describe how I built a temporary data store on CPI that stores Webhook data and makes it available through a very simple API. Basically, I built a RESTful HTTP API that supports HTTP POST, GET and DELETE. Our use case...
Introduction In this post, I would like to share how I worked with a nested JSON input and distributed it to two SAP HANA tables for further processing. This was a little bit tricky because I had to combine the unnesting of hierarchical data and the ...
Disclaimer This blog is meant for documentation/educational purposes only. It is the result of our findings and no guarantee that the same solution will work in all cases. I was informed that multipart sending/form-data is not officially supported b...