Avalados por :
Base de Datos :
entidad Estudiantes : cuid {
IdEstudiante: String(6);
Nombre: String;
Apellido: String;
FechaNacimiento: Fecha;
Dirección: String;
}
Servicio:
servicio StudentsSrv {
@cds.persistence.skip
@odata.singleton
entidad ExcelUpload {
@Core.MediaType : 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'
excel : LargeBinary;
};
entidad Estudiantes como proyección en db.Estudiantes
}
Service.js: ( Controladores Personalizados)
srv.en('PUT', “ExcelUpload", async (req, next) => {
if (req.data.excel) {
var entidad = 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