Skip to main content
Version: 7.9

system.dataset.getColumnHeaders

This function is used in Python Scripting.

Description​

Takes in a dataset and returns the headers as a python list.

Client Permission Restrictions​

This scripting function has no Client Permission restrictions.

Syntax​

system.dataset.getColumnHeaders(dataset)

Parameters​

TypeParameterDescription
DatasetdatasetThe input dataset.

Returns​

PyList - A list of column header strings.

Scope​

All

Code Examples​

There are no code examples available for this function.