# Invalid items

Show invalid items appears an option if any of the records in your dataset are not valid (according to the rules of the schema chosen for the mapping) after transformation. This is usually because a small number of items in the original dataset lack information in one or two elements. Click on *Show invalid items* to see the list of problematic records and then click on an item record.&#x20;

![Reviewing invalid items](/files/-MAjfMshzH2k8WBNFmAq)

On the right-hand side at the top of the panel there is an option to *Show/hide report*, clicking on the shows a list of the validation errors in this item record.&#x20;

![Reviewing invalid item report](/files/-MAjfsfVp6uJ_zafm99h)

Reviewing the invalid items allows you to assess whether adjusting the mapping could improve the results. There may be data in the original dataset that was excluded from the transformation, perhaps because it was missed in the mapping or filtered out by a condition. In such cases you can return to the original mapping, edit the mapping, and run the transformation again.&#x20;

{% hint style="info" %}
Note: You may decide that although some records are invalidated as the majority have transformed well to go ahead with publication. Remember that you can process an update of your dataset later once new data becomes available (on your native system) to validate the missing records.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://carare.gitbook.io/mint-mapping-service/transforming-and-publishing-your-dataset/invalid-items.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
