    

 ## On this page

  

 

 # `ColumnarDataImportDefinition`

 Last update: 09.03.2026 

<a id="ansys.mechanical.stubs.v261.Ansys.Mechanical.Table.ColumnarDataImportDefinition"></a>

#### *class* Ansys.Mechanical.Table.ColumnarDataImportDefinition

Bases: [`object`](https://docs.python.org/3/library/functions.html#object)

A simple class to hold the import definitions for how a column from a data source in columnar format should be processed.

<a id="overview"></a>

## Overview

### Properties

NameDescription[`Index`](#ColumnarDataImportDefinition.Index)Gets or sets the specified data source column index from which this variable will be[`Name`](#ColumnarDataImportDefinition.Name)Gets or sets an identifier for the data source column.[`Unit`](#ColumnarDataImportDefinition.Unit)Gets or sets the unit of the column.[`VariableClassification`](#ColumnarDataImportDefinition.VariableClassification)Gets or sets the variable classification of the column.[`VariableType`](#ColumnarDataImportDefinition.VariableType)Gets or sets the variable type of the column.<a id="property-detail"></a>

## Property detail

<a id="ColumnarDataImportDefinition.Index"></a>

### *property* ColumnarDataImportDefinition.Index *: [int](https://docs.python.org/3/library/functions.html#int) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets or sets the specified data source column index from which this variable will be imported.

<a id="ColumnarDataImportDefinition.Name"></a>

### *property* ColumnarDataImportDefinition.Name *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets or sets an identifier for the data source column.

<a id="ColumnarDataImportDefinition.Unit"></a>

### *property* ColumnarDataImportDefinition.Unit *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets or sets the unit of the column.

<a id="ColumnarDataImportDefinition.VariableClassification"></a>

### *property* ColumnarDataImportDefinition.VariableClassification *: [Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableClassification](../DataModel/MechanicalEnums/Table/VariableClassification.md#ansys.mechanical.stubs.v261.Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableClassification) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets or sets the variable classification of the column.

<a id="ColumnarDataImportDefinition.VariableType"></a>

### *property* ColumnarDataImportDefinition.VariableType *: [Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableType](../DataModel/MechanicalEnums/Table/VariableType.md#ansys.mechanical.stubs.v261.Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableType) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets or sets the variable type of the column.