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
Type | Parameter | Description |
---|---|---|
Dataset | dataset | The input dataset. |
Returns
PyList - A list of column header strings.
Scope
All
Code Examples
There are no code examples available for this function.