# Data Import Errors

WALLIX Enterprise Vault **imposes character counts** on different fields types. If an import file contains data that **exceeds** the **encrypted character limit** for the field type, the **file** will **not** be **imported**.

When the **data** is **encrypted** those character counts grow between **30-50%**. Therefore, a field that was within the required character limit before the encryption **may exceed** the **character limit after encryption**.

The following is an example **Import Error message** that could be **displayed** when an **import fails**:

<p class="callout danger">*\[1\]\[Login\] "BestBank": The fields Notes exceeds the maximum encrypted value length of 10000 characters.* </p>

- <span style="color: rgb(185, 106, 217);">\[1\] </span>denotes the **index number** of the item in question. This would typically be the row number in a CSV file, for example.
- <span style="color: rgb(185, 106, 217);"> \[Login\] </span>indicates that the **item type** is Login.
- <span style="color: rgb(185, 106, 217);">"BestBank"</span> denotes the **name** of the **item** in question.
- <span style="color: rgb(185, 106, 217);">Notes </span>denotes the **name** of the **field** where the character limit is exceeded.
- <span style="color: rgb(185, 106, 217);">10000</span> denotes the **allowed character limit** for that **field.**