module.exports = function(comprobante) { var comprobanteArr = comprobante.split(';'); return { idMensaje: comprobanteArr[1] }; }