Skip to Content
DocumentationTransformsConvert Columns from CamelCase to snake_case

Convert column from CamelCase to snake_case

Converts names of all columns or specific columns from CamelCase to snake_case.

Example

firstName

birthLocation
JamesLondon
JaneParis

first_namebirth_location
JamesLondon
JaneParis

Configuration

The following option is available when configuring this transform.

Column

Specify which columns should be converted. You can choose All Columns or select specifc columns.

Screenshot of Convert column from CamelCase to snake_case