# Output Data Table

> `UiPath.Core.Activities.OutputDataTable`

`UiPath.Core.Activities.OutputDataTable`

## Description

Writes a DataTable to a string using the CSV format.

## Project compatibility

**Windows - Legacy** | **Windows** | **Cross-platform**

## Cross - Platform Configuration

* **Convert From Data Table** - The `DataTable` object to be written into a string.

**Properties**

**Output**
* **To String** - The output of the `DataTable` object as a string.

## Windows, Windows - Legacy Configuration

* **Data Table** - The `DataTable` object to be written into a string.

**Properties**
* **DisplayName** - The display name of the activity.
* **DataTable** - The DataTable object to be written into a string.
* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.

#### **Output**

* **Text** - The output of the DataTable as a string.

## Example of using the Output Data Table activity

[Here](https://docs.uipath.com/activities/other/latest/workflow/add-data-row-column) you can see how the **Output Data Table** activity is used in an example that incorporates multiple activities.
