cancel
Showing results for 
Search instead for 
Did you mean: 

Support for bulk upsert in CAP Node.JS

gregorw
SAP Mentor
SAP Mentor
1,860

Hello CAP Team,

what are the plans to support bulk upsert in CAP Node.JS? For Java there is a nice description bulk upsert. But I can't find such a functionality in the documentation for UPDATE. I would expect the following API:

UPSERT.into(Books).entries([
   { ID:201, stock:42 },
   { ID:251, stock:23 },
   { ID:271, stock:4004 }
])

Looking forward for a positive answer.

Best Regards
Gregor

Accepted Solutions (0)

Answers (0)