matma24
Participant
Member since ‎10-08-2018

User Statistics

  • 81 Posts
  • 1 Solutions
  • 14 Kudos given
  • 8 Kudos received

User Activity

Hello, I'm trying to write an application that consumes REST API. As a test I wanted to do it using JSONPlaceholder API. I've created destination: Added (as I assume required entries) in xs-app.json: And a simple call to fetch the data...
Hello! As pointed in the documentation Create Scheduler Job is not available in HANA Cloud and HANA Platform. I am using this command to schedule some jobs that I would like to run on some basis. One of the procedures I would like to schedule have ...
Hello! I would like to replicate data from SAP HANA Cloud to MS SQL Server -> it would be 3tables (around 10m records each) 1x per week. Searching through the forums I see there are few approaches: 1. SDA / SDI -> it seems that you would be abl...
Hello! In one of my procedures in XSA I am doing some computing using MAP_MERGE operator. Procedure itself is triggered by job created in job scheduler (every X minutes I'm just checking if there is a new content in the table that should be proce...
Hello! In one of my app I have to allow user to load CSV (can be anywhere between 100-100k rows) and load it to the table in HANA ... doing some transformation in node/xsjs/sql. UI5 part is relatively simple as it's just oModel.create .... The...