> ## Documentation Index
> Fetch the complete documentation index at: https://docs.encord.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Utilities.client utilities

## LocalImport Objects

```python theme={"dark"}
@dataclass
class LocalImport()
```

file\_path:
Supply the path of the exported folder which contains the images and `annotations.xml` file. Make
sure to select "Save images" when exporting your CVAT Task or Project.
transform\_file\_names:
Encord expects that file names (including their relative paths), exactly matches the
"name" parameter of CVAT image.
If it is not, user can supply transform\_file\_names function that maps filename to the image name.

#### ImportMethod

Using images/videos in cloud storage as an alternative import method will be supported in the future.

## Issue Objects

```python theme={"dark"}
@dataclass
class Issue()
```

For each `issue_type` there may be multiple occurrences which are documented in the `instances`. The `instances`
list can provide additional information on how the issue was encountered. If there is no additional information
available, the `instances` list will be empty.

## Issues Objects

```python theme={"dark"}
@dataclass
class Issues()
```

Any issues that came up during importing a project. These usually come from incompatibilities between data saved
on different platforms.
