# Data consumption Overview

> Once you validate the extracted data, you can use it as it is or export it as a DataSet variable using the [Export Extraction Results](https://docs.uipath.com/activities/other/latest/document-understanding/export-extraction-results) activity.

## What is data consumption

Once you validate the extracted data, you can use it as it is or export it as a DataSet variable using the [Export Extraction Results](https://docs.uipath.com/activities/other/latest/document-understanding/export-extraction-results) activity.

The variable can be later saved into a DataTable format, so you can export it to whatever environment you need in order to consume it.

### When data consumption should be used

For instance, you can easily convert the values into an Excel file, further process the data in Queues and then perform data entry into an Enterprise Resource Planning tool.

### How to use the data consumption component

Taking this into account, the **Export Extraction Results** activity can be used with:

* **Automatic extraction results output** of the [Data Extraction Scope](https://docs.uipath.com/activities/other/latest/document-understanding/data-extraction-scope) - for RPA-based validation purposes, this is an excellent alternative of accessing the extracted data.
  :::note
  Make sure to set the **IncludeConfidence** flag to **True**.
  :::
* **Confirmed extraction results output** of the [Present Validation Station](https://docs.uipath.com/activities/other/latest/document-understanding/present-validation-station) - for downstream usage purposes, this is a straightforward means of accessing the actual values extracted through the Document Understanding<sup>TM</sup> framework.
