dataMatrix.values().forEach(matrix -> matrix.getKeys().stream()
            .filter(attribute -> Objects.nonNull(record.get(attribute)))
            .forEach(attribute -> matrix.set(attribute, record.get(attribute))));