s.on('error', (err) => {
            logger.error(err, 'CSV export error occurred');

            // End the download
            res.end();