toColumnName

open override fun toColumnName(name: String): String

Transforms a column name from the input schema to comply with destination naming conventions. This may include handling special characters, case transformations, or length limitations.

Return

The destination-compatible column name

Parameters

name

The original column name from the input schema