typescript

web-dev

ExcelJS: Merge CSV or XLSX files into one

This short post is about to explain how to easily merge two or more CSV or XLSX files with the same structure into one using ExcelJS.

Read
web-dev

NestJS: Custom validator for checking relationship with Mongo model

Build custom class-validator decorator in NestJS to ensure that provided ID in any DTO exists in Mongo database.

Read