Avalados por :
Base de Dados :
entidade Estudantes : cuid {
IdEstudante: String(6);
Nome: String;
Sobrenome: String;
DataNascimento: Data;
Endereço: String;
}
Serviço:
serviço StudentsSrv {
@cds.persistence.skip
@odata.singleton
entidade ExcelUpload {
@Core.MediaType : 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'
excel : LargeBinary;
};
entidade Estudantes como projeção em db.Estudantes
}
Service.js: ( Controladores Personalizados)
srv.em('PUT', ExcelUpload", async (req, next) => {
if (req.data.excel) {
var entidade = req.headers.slug;
const stream = new PassThrough();
var buffers = [];
req.data.excel.pipe(stream);
await new Promise((resolve, reject) => {
stream.on('data', dataChunk => {
buffers.
Pedro Pascal
Se unió el 07/03/2018
contacto@primeinstitute.com
(+51) 1641 9379
(+57) 1489 6964
© 2024 Copyright. Todos los derechos reservados.
Desarrollado por Prime Institute