Convert column from CamelCase to snake_case
Converts names of all columns or specific columns from CamelCase to snake_case.
Example
firstName | birthLocation |
James | London |
Jane | Paris |
→
first_name | birth_location |
James | London |
Jane | Paris |
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.
