---
title: "Object Overview"
slug: "object-overview"
updated: 2026-07-06T13:01:29Z
published: 2026-07-06T13:01:29Z
canonical: "documentation.decisions.com/object-overview"
---

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

# Object Overview

## Overview

**Objects** represent all occurrences of unique [**data types**](https://documentation.decisions.com/version-10/docs/data-types) within data. Objects accept any data types mapped towards a dynamic population of data types along with their data.

An example of Objects would be [**Mixed Type Data Repeaters,**](https://documentation.decisions.com/version-10/docs/mixed-type-repeater) which allow a user to group like controls in a data type. By accepting an Object as an input, the Mixed Type Data Repeater will dynamically populate with the controls, along with their supported data types, passed into it at run time.

---

## [Configuring Object Properties](https://documentation.decisions.com/step-library/docs/set-property-on-object-step)

Objects are parameterless, undefined variables at runtime and cannot be mapped similarly to other data types. As a result, Objects rely on specialized Object mapping steps and other data to be mapped correctly. Once an Object has been defined, properties from an Object can be outputted through the use of additional steps. This data can be applied individually or by mapping a [**Data Pair**](https://documentation.decisions.com/version-10/docs/create-data-pairs) to the Object. ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1779805652432.png)

---

## [CSV To Object Mapping Step](https://documentation.decisions.com/step-library/docs/csv-object-mapping-step)

Users may utilize the CSV to Object Mapping step to implement external CSV data onto an Object. This step takes a CSV file, evaluates the designated CSV Delimiter, and outputs the data as a list of the selected Output Type.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1779805797614.png)

---

## [Formatting Objects With Format Text Step](https://documentation.decisions.com/step-library/docs/format-text-step)

The **Format** **Text** step allows users to apply .NET String.Format methodology to an Object to convert it into a String to be formatted![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1779805881326.png)
