# Load Metadata from Files

The platform provides multiple methods to catalog metadata from remote data sources. While crawling is the primary method, users can also load metadata directly using files or APIs.&#x20;

**Load Metadata from Files (LMDF)** is an advanced tool that enables bulk upload and curation of metadata using predefined Excel (.xlsx) templates. These templates support updating existing metadata or creating new data objects in bulk—making it easy for authorized users to manage large-scale metadata efficiently.

**LMDF** simplifies metadata management by allowing users to:

* Download structured templates for specific object types
* Edit or update metadata offline
* Upload the templates back into the application
* Receive success/failure notifications and logs.

## LMDF-Supported Objects

Below listed are the different objects supported by LMDF:

* Schemas
* Tables
* Table Columns
* Files
* File Columns
* Reports
* Report Columns
* Business Glossary
* Tags
* Datasets
* Lineage
* Column Relationships
* Dataset Correction
* Data Quality Rules
* Data Quality Functions
* Impact Analysis Objects
* Users
* Roles
* APIs
* API Attributes
* Domains
* Custom Fields

## LMDF Template Types

**LMDF offers two types of templates:**&#x20;

* **Template Without Data:** The Template Without Data is blank when downloaded, with predefined metadata fields ready for updating. This template is useful for initial bulk metadata uploads or when creating new data objects such as terms, tags, catalog objects for Manual Connectors, and even creating users and roles.&#x20;
* **Template With Data:** This template allows users to download existing metadata, make necessary changes, and then upload the updated metadata back to the application.&#x20;

{% hint style="info" %}
A background job is created when a user initiates a download. Once the job is completed, a notification is sent to the user's My Profile > Inbox > System Alerts, which includes a link to download the template. Users can also download the template with data from the corresponding Job log.
{% endhint %}

***

Copyright © 2025, OvalEdge LLC, Peachtree Corners, GA USA


---

# Agent Instructions: 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://docs.ovaledge.com/release8.1/advanced-tools/load-metadata-from-files.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.
